aboutsummaryrefslogtreecommitdiff
path: root/id/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-04-16 13:45:00 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-04-16 13:45:00 +0200
commit33a0a83c930c930be213222bc948e7280674e080 (patch)
treed451b7329061a33a4547af4c5a741bdc30c9f4eb /id/pom.xml
parent1b6b4dabd0333367abe2ccb0e72bd5986df65327 (diff)
downloadmoa-id-spss-33a0a83c930c930be213222bc948e7280674e080.tar.gz
moa-id-spss-33a0a83c930c930be213222bc948e7280674e080.tar.bz2
moa-id-spss-33a0a83c930c930be213222bc948e7280674e080.zip
change version to 2.0.2-Snapshot
Diffstat (limited to 'id/pom.xml')
-rw-r--r--id/pom.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/id/pom.xml b/id/pom.xml
index 7bf09edfa..18631a8d1 100644
--- a/id/pom.xml
+++ b/id/pom.xml
@@ -3,13 +3,13 @@
<parent>
<groupId>MOA</groupId>
<artifactId>MOA</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>id</artifactId>
+ <version>2.0.x</version>
<packaging>pom</packaging>
- <version>2.0.1</version>
<name>MOA ID</name>
<modules>
@@ -25,7 +25,27 @@
</properties>
<build>
+ <pluginManagement>
<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>
+
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
@@ -59,6 +79,7 @@
</executions>
</plugin>
</plugins>
+ </pluginManagement>
</build>
</project>