summaryrefslogtreecommitdiffstats
path: root/feature-controller-logging
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 /feature-controller-logging
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 'feature-controller-logging')
-rwxr-xr-xfeature-controller-logging/pom.xml2
-rwxr-xr-xfeature-controller-logging/src/test/java/org/onap/policy/drools/controller/logging/ControllerLoggingTest.java2
-rwxr-xr-xfeature-controller-logging/src/test/resources/test.pom3
3 files changed, 4 insertions, 3 deletions
diff --git a/feature-controller-logging/pom.xml b/feature-controller-logging/pom.xml
index a7d4c008..bf1b6638 100755
--- a/feature-controller-logging/pom.xml
+++ b/feature-controller-logging/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>feature-controller-logging</artifactId>
diff --git a/feature-controller-logging/src/test/java/org/onap/policy/drools/controller/logging/ControllerLoggingTest.java b/feature-controller-logging/src/test/java/org/onap/policy/drools/controller/logging/ControllerLoggingTest.java
index cda2741f..4fb6b91d 100755
--- a/feature-controller-logging/src/test/java/org/onap/policy/drools/controller/logging/ControllerLoggingTest.java
+++ b/feature-controller-logging/src/test/java/org/onap/policy/drools/controller/logging/ControllerLoggingTest.java
@@ -67,7 +67,7 @@ public class ControllerLoggingTest {
private static final String TEST_CONTROLLER_NAME = "test-controller";
private static final String TEST_GROUP_ID = "org.onap.policy.drools.test";
private static final String TEST_ARTIFACT_ID = "test";
- private static final String TEST_VERSION = "1.4.1-SNAPSHOT";
+ private static final String TEST_VERSION = "1.0.0";
/**
* A test topic used for delivery and network logging.
diff --git a/feature-controller-logging/src/test/resources/test.pom b/feature-controller-logging/src/test/resources/test.pom
index b61efb62..64be32f0 100755
--- a/feature-controller-logging/src/test/resources/test.pom
+++ b/feature-controller-logging/src/test/resources/test.pom
@@ -26,6 +26,7 @@
<groupId>org.onap.policy.drools.test</groupId>
<artifactId>test</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <!-- the version below is irrelevant, as long as it matches what is in ControllerLoggingTest -->
+ <version>1.0.0</version>
</project>