diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-12 08:50:11 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-12 08:50:11 -0400 |
commit | d0db9bf4b8bf169f4166eb3842f14ccb85380c3d (patch) | |
tree | e8006819648839cfa000aa075b7ba7cd0e19eea7 | |
parent | 55b09d5184a5873c57fa09b65f4e2f38fe082603 (diff) |
Prepare for RC0 release
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.
Change-Id: I6b1a9c5ce48badada0da7a8988bf58ad84c1528f
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/pom.xml | 2 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 6ce4f30a..0f4d55fc 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -241,7 +241,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath/> </parent> @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 79b6e9ab..35f8e544 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath/> </parent> diff --git a/version.properties b/version.properties index 407a30cd..e5ea9c74 100644 --- a/version.properties +++ b/version.properties @@ -10,6 +10,6 @@ feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} -release_version=${base_version}-STAGING +release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |