diff options
-rwxr-xr-x | odlparent-carbon-sr1/pom.xml | 12 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml index 7a3fd8f0..bfd505e2 100755 --- a/odlparent-carbon-sr1/pom.xml +++ b/odlparent-carbon-sr1/pom.xml @@ -2,12 +2,12 @@ <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/maven-v4_0_0.xsd"> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent-odlparent</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath /> - </parent> + <parent> + <groupId>org.opendaylight.odlparent</groupId> + <artifactId>odlparent</artifactId> + <version>1.8.1-Carbon</version> + <relativePath /> + </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -6,7 +6,7 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.1-SNAPSHOT</version> <name>ccsdk-parent</name> <url>http://wiki.onap.org</url> diff --git a/version.properties b/version.properties index e46107d6..287781ba 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=0 sprint_number=0 -feature_revision=2 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} |