diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:27:29 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 10:29:16 -0400 |
commit | bbe617b75284c9cfbb17613fe293cf745fa14f10 (patch) | |
tree | 3694d91a6a5b2a9f6392e161b53944760d62ac91 /asdcApi/features | |
parent | ebb12a4025b6d6f0297bc2cb33e6a5ea07c15b29 (diff) |
Use released version of parent poms (1.2.4)
Change-Id: I9b4f92959433e184e5b94fd808c9b7d6710d7512
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 d19fad74..a9010e9e 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.4-SNAPSHOT</version> + <version>1.2.4</version> <relativePath/> </parent> diff --git a/asdcApi/features/features-asdcApi/pom.xml b/asdcApi/features/features-asdcApi/pom.xml index 50d34e99..9a757ae7 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.4-SNAPSHOT</version> + <version>1.2.4</version> <relativePath/> </parent> diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index c4d74a8f..5e1a8cd4 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.4-SNAPSHOT</version> + <version>1.2.4</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> |