update sdc-docker-base package names 43/34743/1
authorYuli Shlosberg <ys9693@att.com>
Thu, 8 Mar 2018 09:35:45 +0000 (11:35 +0200)
committerYuli Shlosberg <ys9693@att.com>
Thu, 8 Mar 2018 09:35:45 +0000 (11:35 +0200)
Change-Id: I4ecec2a2729264a0b4a84c78099d5e46f198491b
Issue-ID: SDC-953
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index f031b05..1b51fcc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,15 +2,15 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.openecomp.sdc.sdc-docker-base</groupId>
+  <groupId>org.onap.sdc.sdc-docker-base</groupId>
   <artifactId>sdc-docker-base</artifactId>
   <packaging>pom</packaging>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>sdc-sdc-docker-base</name>
 
   <properties>
         <!--nexus-->
-        <sitePath>/content/sites/site/org/openecomp/sdc/${project.artifactId}/${project.version}</sitePath>
+        <sitePath>/content/sites/site/org/onap/sdc/${project.artifactId}/${project.version}</sitePath>
         <!--maven-->
         <timestamp>${maven.build.timestamp}</timestamp>
         <maven.build.timestamp.format>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
         </snapshotRepository>
         <site>
             <id>ecomp-site</id>
-            <url>dav:https://nexus.onap.org/content/sites/site/org/openecomp/sdc/${project.version}</url>
+            <url>dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/${project.version}</url>
         </site>
     </distributionManagement>
 </project>
index 8471f55..235314e 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=2
+minor=3
 patch=0
 
 base_version=${major}.${minor}.${patch}