diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-17 18:30:51 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-17 18:42:02 -0400 |
commit | 6f247b95f9da0339cd268d786a5e9c3f861b38b3 (patch) | |
tree | 29e3ab483a0b6dfbe6ed42f61259d8ec89dccab4 /utils | |
parent | 58eab69983f07a9841bdd52324a2b9c026487b2b (diff) |
Update sli/core to use release 1.0.2 parents
Updated pom.xmls to use released version of parent pom.
Change-Id: Ib3d1c856691556cbd4c5f51852888f4bfc791a9f
Issue-ID: CCSDK-286
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/features/features-util/pom.xml | 2 | ||||
-rwxr-xr-x | utils/features/pom.xml | 2 | ||||
-rw-r--r-- | utils/features/sdnc-slicore-utils/pom.xml | 2 | ||||
-rwxr-xr-x | utils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | utils/pom.xml | 2 | ||||
-rw-r--r-- | utils/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/utils/features/features-util/pom.xml b/utils/features/features-util/pom.xml index 5df832c6..49e97c57 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.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath/> </parent> diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 382c5d5c..0e50d4d3 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.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath/> </parent> diff --git a/utils/features/sdnc-slicore-utils/pom.xml b/utils/features/sdnc-slicore-utils/pom.xml index 63f6c8e3..08782e3d 100644 --- a/utils/features/sdnc-slicore-utils/pom.xml +++ b/utils/features/sdnc-slicore-utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath/> </parent> diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml index b942e790..42ff1677 100755 --- a/utils/installer/pom.xml +++ b/utils/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath/> </parent> diff --git a/utils/pom.xml b/utils/pom.xml index 1c2e4f4a..0e71278e 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath/> </parent> diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index ac55d0f6..df2bd16a 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath/> </parent> |