diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-23 16:35:55 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-23 16:35:55 -0400 |
commit | a2afc0d894560d256afccabb00707d5955216db7 (patch) | |
tree | 055c34a10da28c3d6b13e13c694988189147793f /asdcApi/features | |
parent | dccb42e69cd3c7f897268f9c17496d530ca37cb4 (diff) |
Create release 0.4.3 of CCSDK0.4.3
Update version of parent pom to released 1.2.3 version
Change-Id: I112bf066873314afff063db2518543da525c4dc6
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'asdcApi/features')
-rw-r--r-- | asdcApi/features/ccsdk-asdcApi/pom.xml | 2 | ||||
-rw-r--r-- | asdcApi/features/features-asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/asdcApi/features/ccsdk-asdcApi/pom.xml b/asdcApi/features/ccsdk-asdcApi/pom.xml index 57027849..47445684 100644 --- a/asdcApi/features/ccsdk-asdcApi/pom.xml +++ b/asdcApi/features/ccsdk-asdcApi/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> diff --git a/asdcApi/features/features-asdcApi/pom.xml b/asdcApi/features/features-asdcApi/pom.xml index 431c80c8..15a2dd3a 100644 --- a/asdcApi/features/features-asdcApi/pom.xml +++ b/asdcApi/features/features-asdcApi/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/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index 5da00945..7617c568 100755 --- a/asdcApi/features/pom.xml +++ b/asdcApi/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> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> |