aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 15:31:06 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 15:31:08 -0400
commitb6c4be4e8edc61f28c431a0bef6ec04c45d1418e (patch)
treed1135d46ab578e56e6a869f19c34eac38c272808
parent56d162015b3570171fe674221852323caac59a35 (diff)
Upversion logging-service in master
Issue-ID: AAI-2579 Change-Id: I4ba28c4dcc6dbe025ea3fe6a4849df2fd415f342 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1476496..0461275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
<packaging>pom</packaging>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>aai-logging-service</name>
<properties>
diff --git a/version.properties b/version.properties
index 7298190..d661b46 100644
--- a/version.properties
+++ b/version.properties
@@ -24,8 +24,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=5
-patch=1
+minor=6
+patch=0
base_version=${major}.${minor}.${patch}