diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-01 14:02:19 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-01 14:02:19 +0200 |
commit | 779030ed2d7091183b3faf13fec57fa270d46c3a (patch) | |
tree | 7ec80f3fc88df276bd5986278952a8e681e6badb /id/server/stork2-commons | |
parent | d3e125d701cbced027c0b1da16aaaa6d3615f3cb (diff) | |
download | moa-id-spss-779030ed2d7091183b3faf13fec57fa270d46c3a.tar.gz moa-id-spss-779030ed2d7091183b3faf13fec57fa270d46c3a.tar.bz2 moa-id-spss-779030ed2d7091183b3faf13fec57fa270d46c3a.zip |
change version to 2.0.1
Diffstat (limited to 'id/server/stork2-commons')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 04b35f5f5..b13035307 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -1,5 +1,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>MOA.id</groupId> + <artifactId>moa-id</artifactId> + <version>2.0.1</version> + </parent> <modelVersion>4.0.0</modelVersion> <groupId>eu.stork</groupId> <artifactId>Commons</artifactId> |