| etc/build/files/securis.bat | patch | view | blame | history | |
| pom.xml | patch | view | blame | history |
etc/build/files/securis.bat
.. .. @@ -0,0 +1,4 @@ 1 +@echo off2 +3 +set CLASSPATH="config;libs\*"4 +java -client -cp "%CLASSPATH%" net.curisit.securis.License %*pom.xml
.. .. @@ -3,7 +3,7 @@ 3 3 <modelVersion>4.0.0</modelVersion> 4 4 <groupId>net.curisit</groupId> 5 5 <artifactId>securis-client</artifactId> 6 - <version>0.9.0-SNAPSHOT</version>6 + <version>0.9.1-SNAPSHOT</version>7 7 <build> 8 8 <plugins> 9 9 <plugin>