diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-04-07 10:45:13 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-04-07 10:45:13 +0200 |
commit | e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a (patch) | |
tree | 2ca6f503e2fe42645c188562ad08953637994e8e /pom.xml | |
parent | 4b932484d66ef161bb547a419fdc32f04677fe57 (diff) | |
download | moa-id-spss-e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a.tar.gz moa-id-spss-e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a.tar.bz2 moa-id-spss-e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a.zip |
small default-config and handbook updates for final version 3.1.0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -22,17 +22,17 @@ --> <!-- Project Version --> - <moa-id-version>3.2.0-OPB-Snapshot</moa-id-version> + <moa-id-version>3.1.0</moa-id-version> - <moa-id-version-final>3.1.0-RC2</moa-id-version-final> + <moa-id-version-final>3.1.0</moa-id-version-final> <moa-id-version-edu>3.2.0-OPB-Snapshot</moa-id-version-edu> <moa-id-proxy-version>2.0.1-Snapshot</moa-id-proxy-version> - <configtool-version>2.2.0-OPB-Snapshot</configtool-version> + <configtool-version>2.2.0-final</configtool-version> <demo-oa-version>2.0.5</demo-oa-version> - <moa-id-module-elga_mandate_client>1.0.0-Snapshot</moa-id-module-elga_mandate_client> + <moa-id-module-elga_mandate_client>1.0-RC1</moa-id-module-elga_mandate_client> <!-- Library Versions --> @@ -46,8 +46,8 @@ <xmlsec.version>2.0.6</xmlsec.version> <hibernate.version>5.1.0.Final</hibernate.version> <!-- update to v5 --> - <cxf.version>3.1.5</cxf.version> - <struts.version>2.3.24.1</struts.version> + <cxf.version>3.1.6</cxf.version> + <struts.version>2.3.28</struts.version> <egovutils.version>2.0.0</egovutils.version> @@ -468,6 +468,7 @@ <groupId>MOA.id</groupId> <artifactId>moa-spss-container</artifactId> <version>${moa-id-version}</version> + <type>pom</type> </dependency> <dependency> |