diff options
-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} |