@@ -4,7 +4,7 @@
<groupId>hellowicket</groupId>
<artifactId>hellowicket</artifactId>
<packaging>war</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>Hello Wicket</name>
<description>Wicket project for the TechEmpower Benchmark</description>
<organization>
@@ -7,5 +7,5 @@ sed -i 's|localhost|'${DBHOST}'|g' src/main/java/hellowicket/WicketApplication.j
mvn clean compile war:war
rm -rf $RESIN_HOME/webapps/*
-cp target/hellowicket-1.0-SNAPSHOT.war $RESIN_HOME/webapps/wicket.war
+cp target/hellowicket-*.war $RESIN_HOME/webapps/wicket.war
resinctl start