diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-04-25 13:29:59 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-04-25 13:29:59 +0000 |
commit | 30397da833fd2b3110ad6d6bdda806f06357ecc8 (patch) | |
tree | 9b7bc7de993114f1ed4017648dc74aa4adbe6281 /tools | |
parent | a25ef41f7b35037db6ad4e717d0d9b1eb33448b6 (diff) |
Release policy/apex-pdp2.9.2
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 c2814dfe0..41dc117fc 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>2.9.2-SNAPSHOT</version> + <version>2.9.2</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index db28228e7..c9b44ea8c 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.9.2-SNAPSHOT</version> + <version>2.9.2</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 c6b9cb062..29d3cc8b0 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.9.2-SNAPSHOT</version> + <version>2.9.2</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index 93fdac3a2..40c97cbaa 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.9.2-SNAPSHOT</version> + <version>2.9.2</version> </parent> <artifactId>tools-common</artifactId> |