diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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>
|