diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-02-19 07:50:21 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-02-19 07:50:21 +0000 |
commit | 194ad06fb8c6d7ada068f4ce1733654587e8bf22 (patch) | |
tree | 53531b4f5eb6ab5313b421031fd3aaab16b71fa3 /tools | |
parent | a5dc933576c10de4217db63d83a35f6dba9660d5 (diff) |
Release policy/apex-pdp3.1.1
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 80a013cb7..60b6149a5 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>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index 09509f33c..ddf07b2e2 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>3.1.1-SNAPSHOT</version> + <version>3.1.1</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 de97c1172..a27e61df0 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>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index f1696c0f2..f34dbfd93 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>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>tools-common</artifactId> |