Browse Source

updated Makefile

lookup-tables
Stephan Richter 4 years ago
parent
commit
29f32c66d2
  1. 2
      install/pi/Makefile
  2. 2
      pom.xml

2
install/pi/Makefile

@ -118,5 +118,5 @@ update_apt:
update: update_apt update_w4r update: update_apt update_w4r
update_w4r: update_w4r:
cd Web4Rail && git pull && mvn clean cd Web4Rail && git pull && mvn clean install

2
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.srsoftware</groupId> <groupId>de.srsoftware</groupId>
<artifactId>web4rail</artifactId> <artifactId>web4rail</artifactId>
<version>1.5.15</version> <version>1.5.16</version>
<name>Web4Rail</name> <name>Web4Rail</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Java Model Railway Control</description> <description>Java Model Railway Control</description>

Loading…
Cancel
Save