diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-24 10:23:31 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-24 10:23:31 -0400 |
commit | 3881a8e63e8309d2ba3a7d27e05b3a6c71a256b3 (patch) | |
tree | f8ff9ddde5a5a26fbf8d658a2b6728f66a95c8ea /features | |
parent | 2455061f244f9ffd042861118ecf21a6166ac4a3 (diff) |
Create release 1.5.2 of SDNC1.5.2
Update version of parent pom to released 1.2.3 version
Change-Id: I717d98c46e7bde2444011555f65dffedbea70530
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 074aedd0..9c0def44 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index e5f52031..e42ee5a9 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index 03be1769..25bbc7a8 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 28b39dde..1f165a3d 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> <relativePath/> </parent> |