diff options
Diffstat (limited to 'spss/server/tools/pom.xml')
-rw-r--r-- | spss/server/tools/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spss/server/tools/pom.xml b/spss/server/tools/pom.xml index f139e962d..880eac2c1 100644 --- a/spss/server/tools/pom.xml +++ b/spss/server/tools/pom.xml @@ -9,7 +9,7 @@ <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-tools</artifactId> <packaging>jar</packaging> - <version>${moa-spss-version}</version> + <version>2.0.1</version> <name>MOA SP/SS Tools</name> <properties> @@ -81,7 +81,7 @@ </configuration> </plugin> -<!-- <plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-2</version> @@ -98,7 +98,7 @@ </configuration> </execution> </executions> - </plugin> --> + </plugin> </plugins> </build> </project> |