diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-19 13:59:47 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-19 14:01:15 -0400 |
commit | 9ea878c198b156b36ad40d7d4d7aada48791281a (patch) | |
tree | b63b9c64015a435206efa634fae0511259b49ff0 /optical-service | |
parent | 26ab5937f2487cbd527ab56b7d818c992944d02f (diff) |
Update to use Istanbul RC parent pom
Update to use Istanbul RC version of parent pom
Issue-ID: SDNC-1615
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6e66ee2640fea0ce9cfbefc61e450abedda63691
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 c9f3d4da..0335e3c1 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index 5e413958..c774cfc9 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index 33c7ee19..28d4108f 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index 15b138cc..18f56c24 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml index 480dd2a7..9a4d514d 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/optical-service/pom.xml b/optical-service/pom.xml index 31ef5a60..39c80423 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml index 12159521..8f652c65 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.2.1</version> + <version>2.2.2</version> <relativePath/> </parent> |