update SDC-TITAN-CASSANDRA package name 11/34711/1 2.0.0-ONAP beijing 2.0.0-ONAP v1.2.0
authorYuli Shlosberg <ys9693@att.com>
Thu, 8 Mar 2018 09:00:15 +0000 (11:00 +0200)
committerYuli Shlosberg <ys9693@att.com>
Thu, 8 Mar 2018 09:04:13 +0000 (11:04 +0200)
Change-Id: I0ae56f6406bcfa6475d817a1a9c75fb04096d9e3
Issue-ID: SDC-954
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 794cd87..ce2789c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
+    <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
     <artifactId>sdc-titan-cassandra</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
 
 
     <name>sdc-sdc-titan-cassandra</name>
@@ -20,7 +20,7 @@
         <compiler.source>1.8</compiler.source>
         <compiler.target>1.8</compiler.target>
 
-        <sitePath>/content/sites/site/org/openecomp/sdc/sdc-titan-cassandra/${project.version}</sitePath>
+        <sitePath>/content/sites/site/org/onap/sdc/sdc-titan-cassandra/${project.version}</sitePath>
         <nexusServer>https://nexus.onap.org</nexusServer>
         <nexus.release.repository>releases</nexus.release.repository>
         <nexus.snapshot.repository>snapshots</nexus.snapshot.repository>
index 0424f62..8471f55 100644 (file)
@@ -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}