diff options
Diffstat (limited to 'BKUOnline')
-rw-r--r-- | BKUOnline/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index e47aa98b..d05d44f2 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -3,7 +3,7 @@ <parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.25</version>
+ <version>1.3.26-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BKUOnline</artifactId>
@@ -386,8 +386,4 @@ <properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
</properties>
-
- <scm>
- <tag>1.3.25</tag>
- </scm>
</project>
|