diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-28 15:08:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-28 15:08:09 -0400 |
commit | 6b598616933245519043b054c1163d1c4250b622 (patch) | |
tree | a1a987278ced2668b5132b46cb915fc2f5bea04d /features | |
parent | 2175dd763408ce62dab3307d00e6c1bb2efbb446 (diff) |
Use RC1 version of parent poms
Use RC1 version of ccsdk parent poms
Change-Id: If9ecab03b5d6343850781424bfdb5b61e549ad5f
Issue-ID: SDNC-1181
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 97161a62..41e730f3 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index a3398ee5..49a40321 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index bc2c33a4..12ef791a 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.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 65a26ab8..9ac1814d 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> |