diff options
Diffstat (limited to 'spss/handbook/clients/pom.xml')
-rw-r--r-- | spss/handbook/clients/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spss/handbook/clients/pom.xml b/spss/handbook/clients/pom.xml index 1dfa3d532..70ae70a4b 100644 --- a/spss/handbook/clients/pom.xml +++ b/spss/handbook/clients/pom.xml @@ -10,6 +10,7 @@ <groupId>MOA.spss.handbook.clients</groupId>
<artifactId>moa-spss-handbook-clients</artifactId>
<packaging>pom</packaging>
+ <version>2.0</version>
<name>MOA SP/SS Handbook Clients</name>
<modules>
@@ -23,7 +24,7 @@ </properties>
<build>
<plugins>
-<!-- <plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -40,7 +41,7 @@ </configuration>
</execution>
</executions>
- </plugin> -->
+ </plugin>
</plugins>
</build>
</project>
|