diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-08-14 13:53:00 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-08-14 13:53:00 +0200 |
commit | 456513332389b2dbb7a6d1461f77dda9b7393050 (patch) | |
tree | 4d6799366db46f83bb9eb0f7a611d8a08006b697 /pom.xml | |
parent | 5a15347217fbc8a0b2c1083579f70e527da6f3b5 (diff) | |
download | moa-id-spss-456513332389b2dbb7a6d1461f77dda9b7393050.tar.gz moa-id-spss-456513332389b2dbb7a6d1461f77dda9b7393050.tar.bz2 moa-id-spss-456513332389b2dbb7a6d1461f77dda9b7393050.zip |
use old ConfigTool
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -22,11 +22,11 @@ --> <!-- Project Version --> - <moa-commons-version>3.0.0-Snapshot</moa-commons-version> - <moa-id-version>3.0.0-Snapshot</moa-id-version> + <moa-commons-version>3.0.0</moa-commons-version> + <moa-id-version>3.0.0</moa-id-version> <moa-id-proxy-version>2.0.1-Snapshot</moa-id-proxy-version> <moa-spss-version>2.0.5</moa-spss-version> - <configtool-version>1.2.0-Snapshot</configtool-version> + <configtool-version>2.0.0</configtool-version> <demo-oa-version>2.0.4</demo-oa-version> <!-- Library Versions --> @@ -223,7 +223,7 @@ </plugin> <!-- Vulnerability checks --> -<!-- <plugin> +<!-- <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>1.2.5</version> @@ -235,7 +235,7 @@ </goals> </execution> </executions> - </plugin> --> + </ plugin>--> </plugins> @@ -654,13 +654,13 @@ <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> - <version>2.7.2</version> + <version>2.7.1</version> <scope>compile</scope><!-- for XPathAPI, Javadoc,...--> </dependency> <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>serializer</artifactId> - <version>2.7.2</version><!-- xalan version --> + <version>2.7.1</version><!-- xalan version --> <scope>runtime</scope> </dependency> |