summaryrefslogtreecommitdiff
path: root/bkucommon/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r--bkucommon/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml
index b6535993..71070e7b 100644
--- a/bkucommon/pom.xml
+++ b/bkucommon/pom.xml
@@ -3,24 +3,24 @@
<parent>
<artifactId>bku</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.0.3</version>
+ <version>1.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>bkucommon</artifactId>
<name>BKU Common</name>
- <version>1.0.3</version>
+ <version>1.0.4-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>utils</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>STALExt</artifactId>
- <version>1.0.1</version>
+ <version>1.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>