aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/clients/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/clients/api/pom.xml')
-rw-r--r--spss/handbook/clients/api/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml
index da2101414..52a96c56b 100644
--- a/spss/handbook/clients/api/pom.xml
+++ b/spss/handbook/clients/api/pom.xml
@@ -9,6 +9,7 @@
<groupId>MOA.spss.handbook</groupId>
<artifactId>moa-spss-handbook-apiClient</artifactId>
<packaging>jar</packaging>
+ <version>2.0</version>
<name>MOA SP/SS Handbook API Client</name>
<properties>
@@ -134,7 +135,7 @@
</dependencies>
<build>
<plugins>
-<!-- <plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -151,7 +152,7 @@
</configuration>
</execution>
</executions>
- </plugin> -->
+ </plugin>
</plugins>
</build>
</project>