From 83a4e4067fd50cec9bdfbacf18f953cef62b52e6 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Thu, 8 Mar 2018 11:00:15 +0200 Subject: update SDC-TITAN-CASSANDRA package name Change-Id: I0ae56f6406bcfa6475d817a1a9c75fb04096d9e3 Issue-ID: SDC-954 Signed-off-by: Yuli Shlosberg --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 794cd87..ce2789c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - org.openecomp.sdc.sdc-titan-cassandra + org.onap.sdc.sdc-titan-cassandra sdc-titan-cassandra - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT sdc-sdc-titan-cassandra @@ -20,7 +20,7 @@ 1.8 1.8 - /content/sites/site/org/openecomp/sdc/sdc-titan-cassandra/${project.version} + /content/sites/site/org/onap/sdc/sdc-titan-cassandra/${project.version} https://nexus.onap.org releases snapshots diff --git a/version.properties b/version.properties index 0424f62..8471f55 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg