diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 14:40:23 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 14:40:23 +0200 |
commit | b0a0f1baf5a17df00c61d151c03ba3e6f6a99685 (patch) | |
tree | ad0be962727911cce933a70e9e3500af0039cc9c /id/server/proxy | |
parent | 67ca77e89aef7e75d43eb29f7be24ad68d2d5c8a (diff) | |
download | moa-id-spss-b0a0f1baf5a17df00c61d151c03ba3e6f6a99685.tar.gz moa-id-spss-b0a0f1baf5a17df00c61d151c03ba3e6f6a99685.tar.bz2 moa-id-spss-b0a0f1baf5a17df00c61d151c03ba3e6f6a99685.zip |
change version structure of project
Diffstat (limited to 'id/server/proxy')
-rw-r--r-- | id/server/proxy/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index baef394a7..a672df2f6 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -2,7 +2,7 @@ <parent>
<groupId>MOA.id</groupId>
<artifactId>moa-id</artifactId>
- <version>2.x</version>
+ <version>4.0.1-snapshot</version>
</parent>
<properties>
|