diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 13:07:12 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 13:07:12 -0400 |
commit | ed46a3907146c1abea813338a888e3318c7b1524 (patch) | |
tree | faaf65a98c55d53fed106b8f62f2970225f9b0c8 /asdcApi/features | |
parent | f0a0a77f3b1caec7a3b61bef9c4988ae1ec8a054 (diff) |
Update to use released 1.2.2 parent0.4.2
Update to use released 1.2.2 version of parent poms.
Change-Id: Ib0aba55743d4f799a2380a36cfbd5fcb9b729172
Issue-ID: CCSDK-1222
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 d7ad2b79..515f8825 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.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/asdcApi/features/features-asdcApi/pom.xml b/asdcApi/features/features-asdcApi/pom.xml index a3c92f6e..f55f8d74 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.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index 95e71af7..8d87a57a 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.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> |