aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-02-06 11:09:59 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-02-06 11:09:59 +0100
commit271e22add71f0260f5d421844a2171a09093f505 (patch)
tree991b167c7fb101beef613675d4256ac00d14842e /pom.xml
parentc1af54026407f7150d2a61d15e9719ae878c7375 (diff)
downloadmoa-id-spss-271e22add71f0260f5d421844a2171a09093f505.tar.gz
moa-id-spss-271e22add71f0260f5d421844a2171a09093f505.tar.bz2
moa-id-spss-271e22add71f0260f5d421844a2171a09093f505.zip
Code cleanup
- Set moa-id version to 2.2.0-SNAPSHOT. - Fix Javadoc syntax issues in newly added classes. - Add warning log when executing deprecated auth sources.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8bcbe8154..ecd22a778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,14 @@
-->
<moa-commons-version>2.0.2-SNAPSHOT</moa-commons-version>
- <moa-id-version>3.0.0-SNAPSHOT</moa-id-version>
+ <moa-id-version>2.2.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>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
+ <surefire.version>2.18.1</surefire.version>
</properties>
@@ -101,7 +102,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.17</version>
+ <version>${surefire.version}</version>
<configuration>
<excludes>
<exclude>eu/stork/peps/test/simple/SimpleBaseTest.java</exclude>