diff options
Diffstat (limited to 'spss/handbook/clients/webservice/pom.xml')
-rw-r--r-- | spss/handbook/clients/webservice/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/spss/handbook/clients/webservice/pom.xml b/spss/handbook/clients/webservice/pom.xml index 0411bf40e..95f2c5173 100644 --- a/spss/handbook/clients/webservice/pom.xml +++ b/spss/handbook/clients/webservice/pom.xml @@ -6,8 +6,10 @@ </parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>MOA.spss.handbook.clients</groupId>
<artifactId>moa-spss-handbook-webserviceClient</artifactId>
<packaging>jar</packaging>
+ <version>2.0</version>
<name>MOA SP/SS Handbook WebService Client</name>
<properties>
@@ -132,7 +134,7 @@ </dependencies>
<build>
<plugins>
-<!-- <plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -149,7 +151,7 @@ </configuration>
</execution>
</executions>
- </plugin> -->
+ </plugin>
</plugins>
</build>
</project>
|