aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-11 10:09:29 -0500
committerjimmy <jf2512@att.com>2018-12-11 10:11:44 -0500
commit0be9be09497fa6999a72896c0737376cdf8561fa (patch)
tree7dca5b14315d67c4cfa605ad303b5e6a773bf7ea
parentd64cdd8ee719a2527939d74447242f98f72cf5ca (diff)
Upversion for CMR and dependency upgrades
Change-Id: Ib0723828913289cae7a911e866bb0dda206dfe50 Issue-ID: AAI-1889 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--aai-resources/pom.xml22
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 13 insertions, 13 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 0465d87..1b387c6 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -25,22 +25,22 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.aai.resources</groupId>
<artifactId>aai-resources</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
- <aai.schema.version>1.3.3</aai.schema.version>
- <aai.core.version>1.3.3</aai.core.version>
- <aai.schema.ingest.version>1.3.3</aai.schema.ingest.version>
+ <aai.schema.version>1.3.4</aai.schema.version>
+ <aai.core.version>1.3.4</aai.core.version>
+ <aai.schema.ingest.version>1.3.4</aai.schema.ingest.version>
<hbase.version>1.0.2</hbase.version>
- <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
<!-- Start of the jacoco plugin properties -->
<sonar.language>java</sonar.language>
@@ -94,11 +94,11 @@
<dmaap.client.version>0.2.12</dmaap.client.version>
<httpcore.version>4.4</httpcore.version>
<json.path.version>2.2.0</json.path.version>
- <activemq.version>5.15.6</activemq.version>
+ <activemq.version>5.15.8</activemq.version>
<httpclient.version>4.5.3</httpclient.version>
- <spring.jms.version>4.3.2.RELEASE</spring.jms.version>
+ <spring.jms.version>4.3.21.RELEASE</spring.jms.version>
<spotify.docker.version>0.4.11</spotify.docker.version>
- <spring.security.version>1.0.3.RELEASE</spring.security.version>
+ <spring.security.version>1.0.8.RELEASE</spring.security.version>
<dme2.version>2.8.5</dme2.version>
<async.retry.version>0.0.7</async.retry.version>
@@ -127,10 +127,10 @@
<license.goal.type>check</license.goal.type>
<jacoco.line.coverage.limit>0.68</jacoco.line.coverage.limit>
- <spring.web.version>4.3.18.RELEASE</spring.web.version>
+ <spring.web.version>4.3.21.RELEASE</spring.web.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>
<!-- This will be used for the docker images as the default format of maven build has issues -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
diff --git a/pom.xml b/pom.xml
index 6764a50..502e744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 7fe49c7..5205618 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=3
-patch_version=4
+patch_version=5
base_version=${major_version}.${minor_version}.${patch_version}