aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/pom.xml')
-rw-r--r--spss/handbook/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/spss/handbook/pom.xml b/spss/handbook/pom.xml
index f9fa534c3..8323f1802 100644
--- a/spss/handbook/pom.xml
+++ b/spss/handbook/pom.xml
@@ -1,24 +1,24 @@
<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</groupId>
- <artifactId>spss</artifactId>
- <version>1.4.0</version>
+ <groupId>MOA</groupId>
+ <artifactId>spss</artifactId>
+ <version>1.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>MOA.spss.handbook</groupId>
<artifactId>moa-spss-handbook</artifactId>
<packaging>pom</packaging>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<name>MOA SP/SS Handbook</name>
<modules>
<module>clients</module>
</modules>
- <properties>
- <repositoryPath>${basedir}/../../../repository</repositoryPath>
- </properties>
+ <properties>
+ <repositoryPath>${basedir}/../../../repository</repositoryPath>
+ </properties>
</project>