diff options
Diffstat (limited to 'spss/server/serverlib/pom.xml')
-rw-r--r-- | spss/server/serverlib/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index ae9c88171..49bc37ceb 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -1,21 +1,21 @@ <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.spss</groupId> - <artifactId>moa-spss</artifactId> - <version>1.4.0</version> + <groupId>MOA.spss</groupId> + <artifactId>moa-spss</artifactId> + <version>1.4.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-lib</artifactId> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</version> <name>MOA SP/SS API</name> - <properties> - <repositoryPath>${basedir}/../../../repository</repositoryPath> - </properties> + <properties> + <repositoryPath>${basedir}/../../../repository</repositoryPath> + </properties> <dependencies> <dependency> |