summaryrefslogtreecommitdiff
path: root/BKUCommonGUI
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-24 14:11:39 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-24 14:11:39 +0000
commit11c83e13e032738ee927f22196dc9ca43589a8a4 (patch)
tree82fdd16a61acc85b6028f6f6f7355c82302f401b /BKUCommonGUI
parentb93f035e2c9df0ad430300c4f755b775a4aa1ed3 (diff)
downloadmocca-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 'BKUCommonGUI')
-rw-r--r--BKUCommonGUI/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml
index c620746f..1cedb84d 100644
--- a/BKUCommonGUI/pom.xml
+++ b/BKUCommonGUI/pom.xml
@@ -3,23 +3,23 @@
<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>BKUCommonGUI</artifactId>
<name>BKU Common GUI</name>
- <version>1.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<dependencies>
<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>STAL</artifactId>
- <version>1.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>