summaryrefslogtreecommitdiff
path: root/utils/pom.xml
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 /utils/pom.xml
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 'utils/pom.xml')
-rw-r--r--utils/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index b980470d..871dbb0a 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -4,14 +4,14 @@
<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>utils</artifactId>
<name>BKU Utils</name>
<packaging>jar</packaging>
- <version>1.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<url>http://bku.egiz.gv.at</url>
<build>
<plugins>
@@ -53,10 +53,10 @@
add dependencies to determine build order of BKU modules | (scope
provided -> don't include dependencies in assembly) <dependencies>
<dependency> <groupId>at.gv.egiz</groupId>
- <artifactId>slbinding</artifactId> <version>1.0-SNAPSHOT</version>
+ <artifactId>slbinding</artifactId> <version>1.0.0-SNAPSHOTOT</version>
<scope>provided</scope> </dependency> <dependency>
<groupId>at.gv.egiz</groupId> <artifactId>idlink</artifactId>
- <version>1.0-SNAPSHOT</version> <scope>provided</scope> </dependency>
+ <versio1.0.0-SNAPSHOTSHOT</version> <scope>provided</scope> </dependency>
</dependencies
-->
<!--