summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-03-08 11:35:45 +0200
committerYuli Shlosberg <ys9693@att.com>2018-03-08 11:35:45 +0200
commitcb3fe736c296ddca3825220011fa7528b64ee271 (patch)
tree5149717e906d4a1dead8c69fe93d6eb1ae195304
parent1781feaeecc75e110b650271ccb6efa0f4764fb9 (diff)
update sdc-docker-base package names
Change-Id: I4ecec2a2729264a0b4a84c78099d5e46f198491b Issue-ID: SDC-953 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r--pom.xml8
-rw-r--r--version.properties2
2 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f031b05..1b51fcc 100644
--- 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>
@@ -229,7 +229,7 @@
</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>
diff --git a/version.properties b/version.properties
index 8471f55..235314e 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=2
+minor=3
patch=0
base_version=${major}.${minor}.${patch}