aboutsummaryrefslogtreecommitdiff
path: root/spss/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-05-16 12:46:57 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-05-16 12:46:57 +0200
commite0b56bc97ad2e18bd490f007d966c6f6e658cdd1 (patch)
treedbaf5186bd337e883daccb56dd997d1551e99ddc /spss/pom.xml
parent608d8fecab0568f35c87cae73ef29e573be63ef0 (diff)
downloadmoa-id-spss-e0b56bc97ad2e18bd490f007d966c6f6e658cdd1.tar.gz
moa-id-spss-e0b56bc97ad2e18bd490f007d966c6f6e658cdd1.tar.bz2
moa-id-spss-e0b56bc97ad2e18bd490f007d966c6f6e658cdd1.zip
update versions
Diffstat (limited to 'spss/pom.xml')
-rw-r--r--spss/pom.xml26
1 files changed, 24 insertions, 2 deletions
diff --git a/spss/pom.xml b/spss/pom.xml
index abc8de527..5954b9b0a 100644
--- a/spss/pom.xml
+++ b/spss/pom.xml
@@ -3,11 +3,10 @@
<parent>
<groupId>MOA</groupId>
<artifactId>MOA</artifactId>
- <version>2.0.2</version>
+ <version>2.x</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>MOA</groupId>
<artifactId>spss</artifactId>
<packaging>pom</packaging>
<version>2.0.x</version>
@@ -22,4 +21,27 @@
<module>handbook</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <version>1.0-alpha-2</version>
+ <executions>
+ <execution>
+ <phase>initialize</phase>
+ <goals>
+ <goal>read-project-properties</goal>
+ </goals>
+ <configuration>
+ <files>
+ <file>${basedir}/../moa-id.properties</file>
+ </files>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>