diff options
Diffstat (limited to 'id/server/proxy/pom.xml')
-rw-r--r-- | id/server/proxy/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index ca91c6139..c7cb9a7c8 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>1.5.2</version>
+ <version>1.9.96-SNAPSHOT</version>
</parent>
<properties>
@@ -13,7 +13,6 @@ <groupId>MOA.id.server</groupId>
<artifactId>moa-id-proxy</artifactId>
<packaging>war</packaging>
- <version>1.5.2</version>
<name>MOA ID-Proxy WebService</name>
<build>
@@ -53,12 +52,10 @@ <dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
- <version>1.1</version>
</dependency>
<dependency>
<groupId>MOA.spss.server</groupId>
<artifactId>moa-spss-lib</artifactId>
- <!--version>${project.version}</version-->
</dependency>
<dependency>
<groupId>MOA.id.server</groupId>
|