diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-03-08 11:00:15 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-03-08 11:04:13 +0200 |
commit | 83a4e4067fd50cec9bdfbacf18f953cef62b52e6 (patch) | |
tree | a17a304a4e9722d5b43c2591fa0c10ab59079a0f | |
parent | c7ad6377116438271aad989ec7777f0d11c3e7d1 (diff) |
update SDC-TITAN-CASSANDRA package namev1.2.02.0.0-ONAPbeijing2.0.0-ONAP
Change-Id: I0ae56f6406bcfa6475d817a1a9c75fb04096d9e3
Issue-ID: SDC-954
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r-- | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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> 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} |