aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aai-resources/pom.xml10
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 8 insertions, 8 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index c848c50..452cfe2 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.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
- <aai.schema.version>1.0.5</aai.schema.version>
- <aai.core.version>1.4.3</aai.core.version>
- <aai.schema.ingest.version>1.4.3</aai.schema.ingest.version>
+ <aai.schema.version>1.5.0</aai.schema.version>
+ <aai.core.version>1.5.1</aai.core.version>
+ <aai.schema.ingest.version>1.5.1</aai.schema.ingest.version>
<hbase.version>1.0.2</hbase.version>
<spring.boot.version>1.5.20.RELEASE</spring.boot.version>
diff --git a/pom.xml b/pom.xml
index 33188b4..99c1c37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index e653a66..b11eaff 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=4
-patch_version=1
+minor_version=5
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}