aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 16:06:25 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 16:06:32 -0400
commit70b78bd72084f53038675b92ebc1d06245887ccc (patch)
treea42570482a39460d468a8f90713eb86b5571e172
parenta153be2acd1ede36cbfb4e0d9e3678f0d9662ed2 (diff)
Upversion spike in master
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5df3114453fe347a23ce046d1459bf21d87d75c7
-rw-r--r--pom.xml8
-rw-r--r--version.properties4
2 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 66f54e6..7702bdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,13 +31,13 @@
<groupId>org.onap.aai</groupId>
<artifactId>spike</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>aai-spike</name>
<properties>
<docker.location>${basedir}/target</docker.location>
<event.client.version>1.5.0</event.client.version>
- <version.aai-schema>1.5.0</version.aai-schema>
+ <version.aai-schema>1.5.1</version.aai-schema>
<version.aai-schema-ingest>1.4.1</version.aai-schema-ingest>
<!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
@@ -51,7 +51,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.20.RELEASE</version>
+ <version>1.5.21.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -238,7 +238,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>1.5.20.RELEASE</version>
+ <version>1.5.21.RELEASE</version>
<executions>
<execution>
<goals>
diff --git a/version.properties b/version.properties
index 99af342..9b6858a 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
major=1
minor=5
-patch=0
-
+patch=1
+0
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins