diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-11-25 17:54:54 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-11-25 17:54:54 +0000 |
commit | 9db49aa1a5f35976f0f57b73eed96def07e99070 (patch) | |
tree | 4e9abec218da2b55ce68d30bdd4e1df48c0f09a7 /plugins/plugins-executor | |
parent | be777e03ffbb39095e5aca5bf8c780e275335c3a (diff) |
Release policy/apex-pdp2.7.5
Diffstat (limited to 'plugins/plugins-executor')
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/plugins-executor/plugins-executor-java/pom.xml b/plugins/plugins-executor/plugins-executor-java/pom.xml index 6ac0d282c..e1cdf8cce 100644 --- a/plugins/plugins-executor/plugins-executor-java/pom.xml +++ b/plugins/plugins-executor/plugins-executor-java/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> <artifactId>plugins-executor</artifactId> - <version>2.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <artifactId>plugins-executor-java</artifactId> diff --git a/plugins/plugins-executor/plugins-executor-javascript/pom.xml b/plugins/plugins-executor/plugins-executor-javascript/pom.xml index 200cda948..ad1d90d21 100644 --- a/plugins/plugins-executor/plugins-executor-javascript/pom.xml +++ b/plugins/plugins-executor/plugins-executor-javascript/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> <artifactId>plugins-executor</artifactId> - <version>2.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <artifactId>plugins-executor-javascript</artifactId> diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index ed0c46a8c..d60968a81 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> <artifactId>plugins-executor</artifactId> - <version>2.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <artifactId>plugins-executor-jruby</artifactId> diff --git a/plugins/plugins-executor/plugins-executor-mvel/pom.xml b/plugins/plugins-executor/plugins-executor-mvel/pom.xml index 8c055565c..b925031f2 100644 --- a/plugins/plugins-executor/plugins-executor-mvel/pom.xml +++ b/plugins/plugins-executor/plugins-executor-mvel/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> <artifactId>plugins-executor</artifactId> - <version>2.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <artifactId>plugins-executor-mvel</artifactId> diff --git a/plugins/plugins-executor/pom.xml b/plugins/plugins-executor/pom.xml index 19fb39eb3..b430a4d4d 100644 --- a/plugins/plugins-executor/pom.xml +++ b/plugins/plugins-executor/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins</groupId> <artifactId>plugins</artifactId> - <version>2.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> |