diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-08-28 16:30:07 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-08-28 16:30:07 +0200 | 
| commit | 392fa736715b79709c24a0ed03a3bdc3f7ec0b69 (patch) | |
| tree | c041eefa9dea643953cfb7c9ea22de0dcc683be2 | |
| parent | 6af6c5fdffb071ce407a303cf3fd307359df1ef1 (diff) | |
| download | moa-id-spss-392fa736715b79709c24a0ed03a3bdc3f7ec0b69.tar.gz moa-id-spss-392fa736715b79709c24a0ed03a3bdc3f7ec0b69.tar.bz2 moa-id-spss-392fa736715b79709c24a0ed03a3bdc3f7ec0b69.zip | |
update other libs and switch version to 3.2.3
| -rw-r--r-- | pom.xml | 18 | 
1 files changed, 9 insertions, 9 deletions
| @@ -22,19 +22,19 @@  		-->  			<!-- Project Version -->			 -			<moa-id-version>3.2.3-Snapshot</moa-id-version> +			<moa-id-version>3.2.3</moa-id-version> -			<moa-id-version-final>3.2.3-Snapshot</moa-id-version-final>			 -			<moa-id-version-edu>3.2.3-Snapshot</moa-id-version-edu>			 +			<moa-id-version-final>3.2.3</moa-id-version-final>			 +			<moa-id-version-edu>3.2.3</moa-id-version-edu>			  			<moa-id-proxy-version>2.0.1</moa-id-proxy-version> -			<configtool-version>2.3.3-Snapshot</configtool-version> +			<configtool-version>2.3.3</configtool-version>  			<demo-oa-version>2.0.6</demo-oa-version>  			<moa-id-module-elga_mandate_client>1.2</moa-id-module-elga_mandate_client> -			<org.springframework.version>4.3.7.RELEASE</org.springframework.version> +			<org.springframework.version>4.3.10.RELEASE</org.springframework.version>  			<surefire.version>2.19.1</surefire.version>		  			<opensaml.version>2.6.6</opensaml.version> <!-- update to v3 (v2 is end-of-life in june 2016)--> @@ -42,12 +42,12 @@  			<xmlsec.version>2.0.8</xmlsec.version>  			<!-- Maybe problems with 5.2.3.Final --> -			<hibernate.version>5.2.8.Final</hibernate.version>  <!-- update to v5 -->  +			<hibernate.version>5.2.10.Final</hibernate.version>  <!-- update to v5 -->   			<!-- <hibernate.version>5.0.10.Final</hibernate.version>  update to v5 --> -			<cxf.version>3.1.10</cxf.version>			 -			<struts.version>2.5.10.1</struts.version> +			<cxf.version>3.1.12</cxf.version>			 +			<struts.version>2.5.10.1</struts.version> <!-- 2.5.12 -->  			<egovutils.version>2.0.0</egovutils.version> @@ -574,7 +574,7 @@              <dependency>                  <groupId>iaik.prod</groupId>                  <artifactId>iaik_jce_full</artifactId> -                <version>5.5_MOA_RC1</version> +                <version>5.5_MOA_RC3</version>                  <scope>compile</scope>              </dependency> | 
