aboutsummaryrefslogtreecommitdiff
path: root/id/oa/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-02-03 07:17:34 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-02-03 07:17:34 +0100
commit080e499cc22a0065ea7f47e04b6c0f336533e21e (patch)
treede74aec5924a052d34bf59f42764c85be80af7ee /id/oa/pom.xml
parentbefaa7a7ac9d24210623598b04ad90d3837e57ee (diff)
downloadmoa-id-spss-080e499cc22a0065ea7f47e04b6c0f336533e21e.tar.gz
moa-id-spss-080e499cc22a0065ea7f47e04b6c0f336533e21e.tar.bz2
moa-id-spss-080e499cc22a0065ea7f47e04b6c0f336533e21e.zip
*update Assembly script
*move demoOA to moa.id.demoOA *change name of moa-id configuration-tool
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r--id/oa/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml
index adb372bd0..c5664c281 100644
--- a/id/oa/pom.xml
+++ b/id/oa/pom.xml
@@ -1,8 +1,14 @@
<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</groupId>
+ <artifactId>id</artifactId>
+ <version>1.9.98-SNAPSHOT</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
- <groupId>MOA</groupId>
+ <groupId>MOA.id</groupId>
<artifactId>moa-id-oa</artifactId>
<packaging>war</packaging>
<version>2.0.0</version>
@@ -34,7 +40,6 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.4</version>
<scope>provided</scope>
</dependency>
@@ -75,7 +80,6 @@
<dependency>
<groupId>MOA</groupId>
<artifactId>moa-common</artifactId>
- <version>2.0</version>
<type>jar</type>
</dependency>