diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-12-11 15:11:38 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-12-11 15:11:38 +0000 |
commit | 764054645a0e5f042d8525fef1bc0fc7592eb0c8 (patch) | |
tree | d5dad85d963473d302aa9715c327537dcd04841e /tools | |
parent | db0e5590be4a5e66a0e1661943a022169f30835e (diff) |
Release policy/apex-pdp3.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 171c53f48..c144e757f 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index b32beb5fb..1a1f50398 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.0-SNAPSHOT</version> + <version>3.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 3cd8d2681..9bf133049 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index d3151087a..02d07a28c 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>tools-common</artifactId> |