aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-04-25 22:12:01 +0000
committerJack Lucas <jflucas@research.att.com>2018-04-25 22:13:32 +0000
commit7c12195918d37ef66658fe5c0565d73add60cfda (patch)
tree49dec3445beccaad12f85d3966f43e2430c18c5f
parent931c46bb5fef8383a26c817d1b36f13780f0be65 (diff)
Update versions in pom and properties2.0.0-ONAPbeijing2.0.0-ONAP
Change-Id: I6a913474f0935f21fc70c7edd73c35feac7fece7 Issue-ID: DCAEGEN2-429 Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f4f63e3..8e98c26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>configbinding</artifactId>
<name>dcaegen2-platform-configbinding</name>
- <version>2.1.4</version>
+ <version>2.1.5</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/version.properties b/version.properties
index f520c97..201272e 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
-major=1
-minor=3
-patch=0
+major=2
+minor=1
+patch=5
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT