diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-10-13 17:26:49 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-10-13 17:26:49 +0000 |
commit | e1ea54df8bc309efb0d682fcb0283e3d54e99155 (patch) | |
tree | 5410e1a2df00abefb068c4009f2e30e59e098742 /tools | |
parent | 073d04ef842c67d129d6f9235d9bac3c2b28c9c4 (diff) |
Release policy/apex-pdp2.6.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 361cd357e..011555d68 100644 --- a/tools/model-generator/pom.xml +++ b/tools/model-generator/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index 020c1a5e3..5599f2727 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>2.6.1-SNAPSHOT</version> + <version>2.6.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 b59dd8056..ee001351f 100644 --- a/tools/simple-wsclient/pom.xml +++ b/tools/simple-wsclient/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index f53dfeab2..0e8c1f2a5 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <artifactId>tools-common</artifactId> |