diff options
author | Dan Timoney <dtimoney@att.com> | 2022-09-14 10:42:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-09-14 10:42:10 -0400 |
commit | 1e091242fe68a42dafd8685658d137055a245c9b (patch) | |
tree | a02f13402ec9b2946dcf7d85a7cd02a567b600e4 /sdnr/wt/apigateway | |
parent | a2b6dd34d73bf432846dc59c6f57dd59a03aff9b (diff) |
Use version 2.4.2 parent poms
Use version 2.4.2 of parent poms
Issue-ID: CCSDK-3754
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I215385203325d40adb5a14d9e73b729df941e63b
Diffstat (limited to 'sdnr/wt/apigateway')
-rw-r--r-- | sdnr/wt/apigateway/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/apigateway/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/apigateway/feature/pom.xml b/sdnr/wt/apigateway/feature/pom.xml index a0d2a20e1..f94d49fa0 100644 --- a/sdnr/wt/apigateway/feature/pom.xml +++ b/sdnr/wt/apigateway/feature/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index 074c4e94a..40db223f2 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index ca74113b8..41681c6cb 100755 --- a/sdnr/wt/apigateway/pom.xml +++ b/sdnr/wt/apigateway/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index 0774e8d48..15609af17 100644 --- a/sdnr/wt/apigateway/provider/pom.xml +++ b/sdnr/wt/apigateway/provider/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> |