diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 12:03:12 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 12:03:12 -0400 |
commit | 77bd831346293f92c41ca3144fff3e9183b3b755 (patch) | |
tree | 60a9d38e0b2b5c24b71ee56af1bbffe2678a7c96 /utils/features | |
parent | 6737dde71f6cdec79904c219efdf4aa348e158e4 (diff) |
Update to use released 1.2.2 parent0.4.2
Update to use released 1.2.2 version of parent poms.
Change-Id: I2edaa726e871ec3ad3bf1aa1cc3d592c79ca6c92
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'utils/features')
-rw-r--r-- | utils/features/ccsdk-slicore-utils/pom.xml | 2 | ||||
-rw-r--r-- | utils/features/features-util/pom.xml | 2 | ||||
-rwxr-xr-x | utils/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/features/ccsdk-slicore-utils/pom.xml b/utils/features/ccsdk-slicore-utils/pom.xml index cf80396a..e3c85756 100644 --- a/utils/features/ccsdk-slicore-utils/pom.xml +++ b/utils/features/ccsdk-slicore-utils/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/utils/features/features-util/pom.xml b/utils/features/features-util/pom.xml index 363f5c8c..39f4c676 100644 --- a/utils/features/features-util/pom.xml +++ b/utils/features/features-util/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/utils/features/pom.xml b/utils/features/pom.xml index 89e5e952..db8592f4 100755 --- a/utils/features/pom.xml +++ b/utils/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> <relativePath/> </parent> |