aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-11-06 21:44:05 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2018-11-06 23:07:46 -0500
commitc4a80799db7a7a25ac9b753a56ac99352c203207 (patch)
tree712c1132eaad50fce5861b7fe04ffa501e1378c4
parent466d92373dde26f5e8208fa2c23f37db76df3668 (diff)
Add the https rest template1.3.3
Issue-ID: AAI-1761 Change-Id: I8424f28a87c35b4d55ee1a6c8709b37326f540e6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-resources/pom.xml10
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 7 insertions, 7 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index aac5b0b..5fb46ac 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -25,19 +25,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.aai.resources</groupId>
<artifactId>aai-resources</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
- <aai.schema.version>1.3.0</aai.schema.version>
- <aai.core.version>1.3.0</aai.core.version>
- <aai.schema.ingest.version>1.3.0</aai.schema.ingest.version>
+ <aai.schema.version>1.3.2</aai.schema.version>
+ <aai.core.version>1.3.2</aai.core.version>
+ <aai.schema.ingest.version>1.3.2</aai.schema.ingest.version>
<hbase.version>1.0.2</hbase.version>
<spring.boot.version>1.5.15.RELEASE</spring.boot.version>
diff --git a/pom.xml b/pom.xml
index 2c2e95a..538a604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 4bec676..aa665f3 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=3
-patch_version=2
+patch_version=3
base_version=${major_version}.${minor_version}.${patch_version}