diff options
Diffstat (limited to 'STALService/pom.xml')
-rw-r--r-- | STALService/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/STALService/pom.xml b/STALService/pom.xml index f6f8649d..aa8ce064 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -4,24 +4,24 @@ <parent> <artifactId>bku</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>STALService</artifactId> <name>STAL Service</name> - <version>1.0</version> + <version>1.0.0-SNAPSHOT</version> <description /> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> <artifactId>STAL</artifactId> - <version>1.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!--dependency> <groupId>at.gv.egiz</groupId> <artifactId>utils</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOTOT</version> </dependency--> </dependencies> </project>
\ No newline at end of file |