aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTian Lee <TianL@amdocs.com>2018-05-04 14:04:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-04 14:04:51 +0000
commitea13720c3a6d36e0c67171dac90d77e7b1b8e445 (patch)
treeb898045ba267d99ffa82e4bad7bd341fb9e73099
parent07fee440187553d183bf36ef2b523aa38ab14f3e (diff)
parent8fdf13d8ac1045159eba89cd186fa56c4e65afce (diff)
Merge "Upversion rest-client in prep for release"2.0.0-ONAPbeijing2.0.0-ONAP
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b7586ab..9105dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<name>aai-rest-client</name>
<properties>
diff --git a/version.properties b/version.properties
index 688582d..1f3ede1 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=2
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}