diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-09-02 13:23:26 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-09-02 13:23:26 +0000 |
commit | 4de0c9348a89871ab2eb88e3010a177113f11058 (patch) | |
tree | b28ecd27f05dbb677e8b3f5fe4a64d54e7b4e53b /tools | |
parent | 51a99ca5dcacbf5bd358b63854e3d39ec1cc7ce4 (diff) |
Release policy/apex-pdp2.7.410.0.1-PF-I1
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 2829eb2f0..65627dc43 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.7.4-SNAPSHOT</version> + <version>2.7.4</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index bcb56fedd..42e08ea23 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.7.4-SNAPSHOT</version> + <version>2.7.4</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 abbb8c0d4..994a65b52 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.7.4-SNAPSHOT</version> + <version>2.7.4</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index 2a6b7ff59..d3167bf10 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.7.4-SNAPSHOT</version> + <version>2.7.4</version> </parent> <artifactId>tools-common</artifactId> |