diff options
author | 2018-12-11 11:45:31 -0500 | |
---|---|---|
committer | 2018-12-11 11:45:55 -0500 | |
commit | 2bed637a7f261c0ae24f41e02a3b83e311d1faec (patch) | |
tree | 05d65ea84ba76b160a935debb53093840f6b5fd7 | |
parent | 77af107f1803bab386082bc3bbcd4e76ab55e4ce (diff) |
Upversion for CMR and dependency upgrades
Change-Id: Ic11ec887cff2a8614bc3d8572c21511fd74faa81
Issue-ID: AAI-1898
Signed-off-by: jimmy <jf2512@att.com>
-rwxr-xr-x | pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <properties> @@ -46,7 +46,7 @@ <skip.integration.tests>true</skip.integration.tests> <!-- End of Test Related Properties --> - <spring.boot.version>1.5.15.RELEASE</spring.boot.version> + <spring.boot.version>1.5.18.RELEASE</spring.boot.version> <!-- Start of Sonar Related Properties --> <sonar.language>java</sonar.language> @@ -99,13 +99,13 @@ <gson.version>2.7</gson.version> <json.version>20090211</json.version> - <aai.core.version>1.3.3</aai.core.version> - <aai.schema.version>1.3.3</aai.schema.version> + <aai.core.version>1.3.4</aai.core.version> + <aai.schema.version>1.3.4</aai.schema.version> <netty.handler.version>4.1.9.Final</netty.handler.version> <netty.version>4.0.56.Final</netty.version> - <spring.test.version>4.3.6.RELEASE</spring.test.version> + <spring.test.version>4.3.21.RELEASE</spring.test.version> <cxf.version>3.2.2</cxf.version> @@ -124,9 +124,9 @@ <eclipse.persistence.version>2.6.2</eclipse.persistence.version> <dmaap.client.version>0.2.12</dmaap.client.version> - <springframework.version>4.3.4.RELEASE</springframework.version> - <spring.jms.version>4.3.2.RELEASE</spring.jms.version> - <spring.security.version>1.0.3.RELEASE</spring.security.version> + <springframework.version>4.3.21.RELEASE</springframework.version> + <spring.jms.version>4.3.21.RELEASE</spring.jms.version> + <spring.security.version>1.0.8.RELEASE</spring.security.version> <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version> <junit.version>4.12</junit.version> @@ -997,7 +997,7 @@ due to the fact that the plugin 1.5.15.RELEASE was built using maven 3.5 while the current build version being used by our jenkins is 3.3.9 --> - <version>1.5.12.RELEASE</version> + <version>1.5.18.RELEASE</version> <configuration> <mainClass>${start-class}</mainClass> <layout>ZIP</layout> |