diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -22,14 +22,14 @@ --> <!-- Project Version --> - <moa-id-version>3.2.2-Snapshot</moa-id-version> + <moa-id-version>3.2.2</moa-id-version> - <moa-id-version-final>3.2.2-Snapshot</moa-id-version-final> - <moa-id-version-edu>3.2.2-Snapshot</moa-id-version-edu> + <moa-id-version-final>3.2.2</moa-id-version-final> + <moa-id-version-edu>3.2.2</moa-id-version-edu> - <moa-id-proxy-version>2.0.1-Snapshot</moa-id-proxy-version> + <moa-id-proxy-version>2.0.1</moa-id-proxy-version> - <configtool-version>2.3.2-Snapshot</configtool-version> + <configtool-version>2.3.2</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> @@ -47,7 +47,7 @@ <cxf.version>3.1.9</cxf.version> - <struts.version>2.3.31</struts.version> + <struts.version>2.3.32</struts.version> <egovutils.version>2.0.0</egovutils.version> @@ -83,11 +83,7 @@ </property> </activation> <modules> -<!-- <module>common</module> --> -<!-- <module>spss</module> --> - - <module>id</module> - + <module>id</module> </modules> <repositories> <repository> @@ -208,6 +204,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.6.1</version> <configuration> <verbose>false</verbose> <fork>true</fork> @@ -232,7 +229,8 @@ <plugin> <inherited>false</inherited> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-1</version> + <!-- <version>2.2-beta-1</version> --> + <version>2.2.2</version> <!-- TODO Update Version 2.2-beta-1 for MOA-SPSS --> <configuration> <finalName>moa</finalName> |