diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-20 12:19:43 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-20 12:21:16 -0400 |
commit | e38fa2fe7d981adbdc0a8f67675b8b2abfb7dfac (patch) | |
tree | 0bfa388554e29f73157ef3d5bd03c8cd136aa239 /plugins | |
parent | 0dc3bb8e5f467700ae403e371d2f2f698b8cb37f (diff) |
Update version for release2.0.5
Need to bump the version of this for maintenance release. This
new release simply removes bad license in the JUnit tests so
functionally all is the same.
Also bringing the latest policy/engine which has fixes in it.
Change-Id: Ie5d8fbfb3ca68e2193d49525f252d3d6a58fd1b9
Issue-ID: POLICY-1607
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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 6b7f008f..9b47c4fb 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>plugins</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>forwarding-plugins</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index d08d84a9..fc78cc42 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>plugins</artifactId> diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 51f6b4bb..dfd01b7d 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.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>reception-plugins</artifactId> |