diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-14 12:59:57 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-14 12:59:57 -0500 |
commit | f894bdd18f1f28e74759afced8369ce700af17cf (patch) | |
tree | b6fb2f50e9ab4038c5800b2a21af8c28306df1ed | |
parent | 672b7ff399a2a8164bdb0eb8506668f8a7916c48 (diff) |
Prepare for release version3.0.0-ONAP0.3.2
Prepare ccsdk/apps to create RC2 artifacts
Change-Id: Idc5964faf0f9b80b1c9538e60db80c6cd7d12626
Issue-ID: CCSDK-679
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 86634330..2dd59392 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.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath/> </parent> @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index f1129114..23e84748 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.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath/> </parent> diff --git a/version.properties b/version.properties index eeb7d862..c387b3c5 100644 --- a/version.properties +++ b/version.properties @@ -10,6 +10,6 @@ feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} -release_version=${base_version}-STAGING +release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |