aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-08-07 15:17:36 -0400
committerJim Hahn <jrh3@att.com>2019-08-07 17:02:58 -0400
commitccfc997623ea3680bffb771c51f1798154f65659 (patch)
treeda99375e2da066f5874379a84c4c4f73824cbbb3 /policy-management
parent17d8164bf9193580adca7cdd2eb28c590e7b2d2c (diff)
Bump version of drools-pdp
Updated the remaining *.pom files. Updated java test file that uses the version. Changed versions in *.pom files to all be 1.0.0. Change-Id: Ia75cdfa5704b1e16b3c78e0257e619cd41220f93 Issue-ID: POLICY-1965 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-management')
-rw-r--r--policy-management/pom.xml2
-rw-r--r--policy-management/src/test/resources/echo.pom5
2 files changed, 4 insertions, 3 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index dbe3cf85..857e62cf 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</parent>
<artifactId>policy-management</artifactId>
diff --git a/policy-management/src/test/resources/echo.pom b/policy-management/src/test/resources/echo.pom
index 30b890da..88747944 100644
--- a/policy-management/src/test/resources/echo.pom
+++ b/policy-management/src/test/resources/echo.pom
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP
================================================================================
- Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -26,5 +26,6 @@
<groupId>org.onap.policy.drools.test</groupId>
<artifactId>echo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <!-- the version below is irrelevant -->
+ <version>1.0.0</version>
</project>