diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-20 10:28:08 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-20 10:28:08 +0000 |
commit | 855f47f1c03a3c916de7838a2b60094028fe4dc2 (patch) | |
tree | cda7ade4259fc02db359cca8a9a6bf6cf2f8f610 /tools | |
parent | 737139dbc3bb5bab544650ac2075166c11010849 (diff) |
Release policy/apex-pdp2.3.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 1e3a268c3..838dc63d7 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index 3c29831ae..d76a6c137 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.3.2-SNAPSHOT</version> + <version>2.3.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 a798ee561..8aae35705 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index bcfd2b129..0126464f7 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>tools-common</artifactId> |