diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-03-24 06:26:33 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-03-24 06:26:33 +0000 |
commit | 6227cb6b76fc4eddddb2baaf1620877174359e37 (patch) | |
tree | 5d1bae09b146d6e9c0779393ee898fcc52b18c4a /plugins | |
parent | df6d23d49667ccb0cd848622eaf72aaceccea1e9 (diff) |
Release policy/distribution2.3.0
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/forwarding-plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/reception-plugins/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 19dee4b7..5f4d7a75 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>plugins</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> </parent> <artifactId>forwarding-plugins</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index d8de5629..f479333a 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> </parent> <artifactId>plugins</artifactId> diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 331fa43b..2e094996 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>plugins</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> </parent> <artifactId>reception-plugins</artifactId> |