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 /ms | |
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>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/pom.xml | 2 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 |
3 files changed, 3 insertions, 3 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> |