diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-10 15:28:25 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-10 15:28:25 +0200 |
commit | d774a81910498c9ee1277c1611d57b07bf069fbd (patch) | |
tree | fe4e2d9ce1b1d4b3bd63c0802947d8fc1ed20124 /id/server/moa-id-commons/pom.xml | |
parent | ff9703e221414e9840638911b53f441eb86afb72 (diff) | |
download | moa-id-spss-d774a81910498c9ee1277c1611d57b07bf069fbd.tar.gz moa-id-spss-d774a81910498c9ee1277c1611d57b07bf069fbd.tar.bz2 moa-id-spss-d774a81910498c9ee1277c1611d57b07bf069fbd.zip |
First parts of the new MOA-ID configuration module
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index c04ea13fa..591998185 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -53,15 +53,15 @@ <dependency> <groupId>at.gv.egiz.components</groupId> <artifactId>egiz-configuration-api</artifactId> - <version>0.1</version> + <version>0.2</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>at.gv.egiz.components</groupId> <artifactId>egiz-configuration-file</artifactId> - <version>0.1</version> + <version>0.2</version> <classifier>sources</classifier> - </dependency> + </dependency> <dependency> <groupId>org.hibernate</groupId> |