diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-19 14:30:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-19 14:30:19 -0400 |
commit | 3f2db4ca66cc5ce6b8933867ea2296401621d892 (patch) | |
tree | ceea2e2ac05a3181c5c69418443c751ae6e0b5ce /optical-service | |
parent | 604c5729e9bccfb6387425c96f73928080d476d6 (diff) |
Update to use rSR2 version of parent poms
Update to use SR2 version of parent poms to pick up fix for SDNC-1515
Change-Id: Iaa71a06eed449e0ecfc845569aa4b15718e7b887
Issue-ID: SDNC-1515
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'optical-service')
-rw-r--r-- | optical-service/features/features-optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/sdnc-optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/installer/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/model/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml index c49e3323..c756ff56 100644 --- a/optical-service/features/features-optical-service/pom.xml +++ b/optical-service/features/features-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index 25c2bfbe..d119fb96 100644 --- a/optical-service/features/pom.xml +++ b/optical-service/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index 32d2ad93..cfcad7f9 100644 --- a/optical-service/features/sdnc-optical-service/pom.xml +++ b/optical-service/features/sdnc-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index 4243d3c2..bd3dc0bf 100644 --- a/optical-service/installer/pom.xml +++ b/optical-service/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml index 583e2db2..3a247456 100644 --- a/optical-service/model/pom.xml +++ b/optical-service/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/optical-service/pom.xml b/optical-service/pom.xml index 8ec091cd..346aa57f 100644 --- a/optical-service/pom.xml +++ b/optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml index 6ad1bbf4..80448d02 100644 --- a/optical-service/provider/pom.xml +++ b/optical-service/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <relativePath/> </parent> |