Bump version of drools-pdp 49/92949/5
authorJim Hahn <jrh3@att.com>
Wed, 7 Aug 2019 19:17:36 +0000 (15:17 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 7 Aug 2019 21:02:58 +0000 (17:02 -0400)
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>
27 files changed:
api-active-standby-management/pom.xml
api-state-management/pom.xml
feature-active-standby-management/pom.xml
feature-controller-logging/pom.xml
feature-controller-logging/src/test/java/org/onap/policy/drools/controller/logging/ControllerLoggingTest.java
feature-controller-logging/src/test/resources/test.pom
feature-distributed-locking/pom.xml
feature-eelf/pom.xml
feature-healthcheck/pom.xml
feature-lifecycle/pom.xml
feature-lifecycle/src/test/resources/lifecycle.pom
feature-mdc-filters/pom.xml
feature-pooling-dmaap/pom.xml
feature-session-persistence/pom.xml
feature-simulators/pom.xml
feature-state-management/pom.xml
feature-test-transaction/pom.xml
packages/base/pom.xml
packages/docker/pom.xml
packages/install/pom.xml
packages/pom.xml
policy-core/pom.xml
policy-management/pom.xml
policy-management/src/test/resources/echo.pom
policy-utils/pom.xml
pom.xml
version.properties

index 9182c5a..9450a37 100644 (file)
@@ -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>api-active-standby-management</artifactId>
index 6f8a55a..c02542e 100644 (file)
@@ -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>api-state-management</artifactId>
index d558882..f8378f1 100644 (file)
@@ -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-active-standby-management</artifactId>
index a7d4c00..bf1b663 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>\r
         <groupId>org.onap.policy.drools-pdp</groupId>\r
         <artifactId>drools-pdp</artifactId>\r
-        <version>1.5.1-SNAPSHOT</version>\r
+        <version>1.5.2-SNAPSHOT</version>\r
     </parent>\r
 \r
     <artifactId>feature-controller-logging</artifactId>\r
index cda2741..4fb6b91 100755 (executable)
@@ -67,7 +67,7 @@ public class ControllerLoggingTest {
     private static final String TEST_CONTROLLER_NAME = "test-controller";\r
     private static final String TEST_GROUP_ID = "org.onap.policy.drools.test";\r
     private static final String TEST_ARTIFACT_ID = "test";\r
-    private static final String TEST_VERSION = "1.4.1-SNAPSHOT";\r
+    private static final String TEST_VERSION = "1.0.0";\r
 \r
     /**\r
      * A test topic used for delivery and network logging.\r
index b61efb6..64be32f 100755 (executable)
@@ -26,6 +26,7 @@
 \r
     <groupId>org.onap.policy.drools.test</groupId>\r
     <artifactId>test</artifactId>\r
-    <version>1.4.1-SNAPSHOT</version>\r
+    <!-- the version below is irrelevant, as long as it matches what is in ControllerLoggingTest -->\r
+    <version>1.0.0</version>\r
 \r
 </project>\r
index 2cfa01f..4ccabd2 100644 (file)
@@ -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-distributed-locking</artifactId>
index c1f7af2..41e5b0e 100644 (file)
@@ -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-eelf</artifactId>
index a4385f7..ab8c12c 100644 (file)
@@ -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-healthcheck</artifactId>
index 8f35151..be5720d 100644 (file)
@@ -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-lifecycle</artifactId>
index 5edbf6c..308dcfc 100644 (file)
@@ -24,6 +24,7 @@
 
     <groupId>org.onap.policy.drools.test</groupId>
     <artifactId>lifecycle</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <!-- the version below is irrelevant -->
+    <version>1.0.0</version>
 
 </project>
index c3cd4ed..a6cd25d 100755 (executable)
@@ -24,7 +24,7 @@
     <parent>\r
         <artifactId>drools-pdp</artifactId>\r
         <groupId>org.onap.policy.drools-pdp</groupId>\r
-        <version>1.5.1-SNAPSHOT</version>\r
+        <version>1.5.2-SNAPSHOT</version>\r
     </parent>\r
 \r
     <artifactId>feature-mdc-filters</artifactId>\r
index 9f04641..dd06671 100644 (file)
@@ -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-pooling-dmaap</artifactId>
index f5b7db2..2354213 100644 (file)
@@ -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-session-persistence</artifactId>
index 7e7a206..3d81ad1 100644 (file)
@@ -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-simulators</artifactId>
index 95f0fea..bda29d8 100644 (file)
@@ -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-state-management</artifactId>
index da12e4b..32e2433 100644 (file)
@@ -23,7 +23,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-test-transaction</artifactId>
 
index 1c9e529..a232c7c 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.drools-pdp</groupId>
         <artifactId>packages</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>base</artifactId>
index 1de8df1..bdd0ee1 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.drools-pdp</groupId>
         <artifactId>packages</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>docker</artifactId>
index 72e9b71..49ed15c 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.drools-pdp</groupId>
         <artifactId>packages</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>install-drools</artifactId>
index d475128..18230ca 100644 (file)
@@ -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>packages</artifactId>
     <packaging>pom</packaging>
index c686617..a02937a 100644 (file)
@@ -26,7 +26,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>
 
     <dependencies>
index dbe3cf8..857e62c 100644 (file)
@@ -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>
index 30b890d..8874794 100644 (file)
@@ -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>
index f4669ef..21b150e 100644 (file)
@@ -28,7 +28,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>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index c3e9942..c4f0d09 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.onap.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>policy-drools-pdp</name>
 
@@ -62,8 +62,8 @@
         <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
         <commons.io.version>2.5</commons.io.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>1.5.1</policy.common.version>
-        <policy.models.version>2.1.2</policy.models.version>
+        <policy.common.version>1.5.2-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.1.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index f78f30b..45a2df9 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=5
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}