diff options
Diffstat (limited to 'spss/handbook/clients/referencedData')
| -rw-r--r-- | spss/handbook/clients/referencedData/pom.xml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml index 6ae59fe5e..23c3543df 100644 --- a/spss/handbook/clients/referencedData/pom.xml +++ b/spss/handbook/clients/referencedData/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.handbook.clients</groupId>
 -		<artifactId>moa-spss-handbook-clients</artifactId>
 -		<version>1.4.0</version>
 +    <groupId>MOA.spss.handbook.clients</groupId>
 +    <artifactId>moa-spss-handbook-clients</artifactId>
 +    <version>1.4.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>MOA.spss.handbook</groupId>
    <artifactId>moa-spss-handbook-referencedData</artifactId>
    <packaging>war</packaging>
 -  <version>1.4.0</version>
 +  <version>1.4.1</version>
    <name>MOA SP/SS Handbook Referenced Data</name>
 -	<properties>
 -		<repositoryPath>${basedir}/../../../../../repository</repositoryPath>
 -	</properties>
 +  <properties>
 +    <repositoryPath>${basedir}/../../../../../repository</repositoryPath>
 +  </properties>
    <build>
      <plugins>
 | 
