summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 12:08:55 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 12:08:55 -0800
commit0ffefa587076ac88f943007ae3b20a3cc7aa0930 (patch)
tree74c4f3ad099abe558494323c752489b71f2e4c57
parent201409190e22128363178c94be43bb32c4021887 (diff)
Bump patch versionamsterdam
Bump patch version in preparation for Amsterdam branching. Change-Id: I93a5523e0828393d935c9f83d1b905d5f3dc89bb Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-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 a038f17..bdcb014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
<artifactId>dmaapMR1</artifactId>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.4-SNAPSHOT</version>
<name>dmaap-messagerouter-messageservice</name>
<description>Message Router - Restful interface built for kafka</description>
<licenses>
diff --git a/version.properties b/version.properties
index b655931..bc6a836 100644
--- a/version.properties
+++ b/version.properties
@@ -27,10 +27,10 @@
major=1
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins
release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT