diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-24 14:11:39 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-24 14:11:39 +0000 |
commit | 11c83e13e032738ee927f22196dc9ca43589a8a4 (patch) | |
tree | 82fdd16a61acc85b6028f6f6f7355c82302f401b /smccSTAL | |
parent | b93f035e2c9df0ad430300c4f755b775a4aa1ed3 (diff) | |
download | mocca-11c83e13e032738ee927f22196dc9ca43589a8a4.tar.gz mocca-11c83e13e032738ee927f22196dc9ca43589a8a4.tar.bz2 mocca-11c83e13e032738ee927f22196dc9ca43589a8a4.zip |
Version set to 1.0.0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@193 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smccSTAL')
-rw-r--r-- | smccSTAL/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 5c03cffd..78ba1aea 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -4,13 +4,13 @@ <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>smccSTAL</artifactId>
<name>smcc STAL</name>
- <version>1.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
@@ -26,17 +26,17 @@ <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>smcc</artifactId>
- <version>1.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCommonGUI</artifactId>
- <version>1.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>iaik</groupId>
|