aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-01-07 16:52:47 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-01-07 16:59:27 +0100
commit7133df83104f3e885ee1b7532f64c058f392a412 (patch)
treea44a7e0183d35a557ec05a7b887cdf9725318531 /pom.xml
parent1625de9410a9ed4bc250b9baa813b421e14a6e19 (diff)
downloadmoa-id-spss-7133df83104f3e885ee1b7532f64c058f392a412.tar.gz
moa-id-spss-7133df83104f3e885ee1b7532f64c058f392a412.tar.bz2
moa-id-spss-7133df83104f3e885ee1b7532f64c058f392a412.zip
Set MOA modules' version to *-SNAPSHOT.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml34
1 files changed, 26 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 1b5319eca..c5973a4ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,13 +10,23 @@
<properties>
<repositoryPath>${basedir}/repository</repositoryPath>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
- <moa-commons-version>2.0.1</moa-commons-version>
- <moa-id-version>2.1.2</moa-id-version>
- <moa-id-proxy-version>2.0.0</moa-id-proxy-version>
- <moa-spss-version>2.0.3</moa-spss-version>
- <configtool-version>1.1.4</configtool-version>
- <demo-oa-version>2.0.2</demo-oa-version>
+
+ <!--
+ <moa-commons-version>2.0.1</moa-commons-version>
+ <moa-id-version>2.1.2</moa-id-version>
+ <moa-id-proxy-version>2.0.0</moa-id-proxy-version>
+ <moa-spss-version>2.0.3</moa-spss-version>
+ <configtool-version>1.1.4</configtool-version>
+ <demo-oa-version>2.0.2</demo-oa-version>
+ <moa-commons-version>2.0.1</moa-commons-version>
+ -->
+
+ <moa-commons-version>2.0.2-SNAPSHOT</moa-commons-version>
+ <moa-id-version>3.0.0-SNAPSHOT</moa-id-version>
+ <moa-id-proxy-version>2.0.1-SNAPSHOT</moa-id-proxy-version>
+ <moa-spss-version>2.0.4-SNAPSHOT</moa-spss-version>
+ <configtool-version>1.1.5-SNAPSHOT</configtool-version>
+ <demo-oa-version>2.0.3-SNAPSHOT</demo-oa-version>
</properties>
<profiles>
@@ -56,8 +66,16 @@
</repositories>
</profile>
</profiles>
-
+
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>