diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-12 08:35:11 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-12 08:35:11 -0500 |
commit | 0d1f6c04dfd410fdd5aa66d9e679e374f990bb3b (patch) | |
tree | 08eb03a7b0c71fd840da62c37b9f1e16f03793f2 /features | |
parent | b340d8c8a7977f68ca37898ea8f012fd76e05df0 (diff) |
Roll parent versions back to 0.3.2 version
Roll back parent versions to 0.3.2 versions so that we can rebuild
0.3.2 artifacts, which were not released.
Change-Id: Ic98c5419fb35c7eede24ac8eb32525a8b18ed7cf
Issue-ID: CCSDK-679
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-core-all/pom.xml | 2 | ||||
-rw-r--r-- | features/features-sli-core/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml index 30366e6c..80de2ea4 100644 --- a/features/ccsdk-sli-core-all/pom.xml +++ b/features/ccsdk-sli-core-all/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml index 607b7613..8537154d 100644 --- a/features/features-sli-core/pom.xml +++ b/features/features-sli-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.2</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index ff546c82..61978a10 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.2</version> <relativePath /> </parent> diff --git a/features/pom.xml b/features/pom.xml index b093bf11..5e014b7c 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.2</version> <relativePath/> </parent> |