diff options
author | 2025-01-28 08:57:18 +0000 | |
---|---|---|
committer | 2025-01-28 08:57:18 +0000 | |
commit | 6f0aed83b2f289c0865fac0e8c0e1f07a9c318a2 (patch) | |
tree | 2d07c9501adfdffd3e7a34982fbb144c9c4489a9 /tools | |
parent | a01068a854a53d910d8964cf5760a740855e5bd4 (diff) |
Release policy/apex-pdp4.1.0
Diffstat (limited to 'tools')
-rw-r--r-- | tools/model-generator/pom.xml | 2 | ||||
-rw-r--r-- | tools/pom.xml | 2 | ||||
-rw-r--r-- | tools/simple-wsclient/pom.xml | 2 | ||||
-rw-r--r-- | tools/tools-common/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/model-generator/pom.xml b/tools/model-generator/pom.xml index 8c2d92d44..b44ebc762 100644 --- a/tools/model-generator/pom.xml +++ b/tools/model-generator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index 2cab12bde..f96641da3 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml index c6731b522..241c8de78 100644 --- a/tools/simple-wsclient/pom.xml +++ b/tools/simple-wsclient/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index decb8dd5d..9a98e8cb4 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> </parent> <artifactId>tools-common</artifactId> |