Upgrade to release oparent 25/14325/2
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 21 Sep 2017 17:35:23 +0000 (13:35 -0400)
committerRalph Straubs <rs8887@att.com>
Wed, 27 Sep 2017 16:21:23 +0000 (11:21 -0500)
Following independent release and versioning process guidelines.

Removed 'parent' from 'drools-artifact1' pom.xml files --
hopefully, this will get around the build problems.

Issue-ID: POLICY-225
Change-Id: I27af13edd1a39daee09c8bca6ff726881144212e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
policy-core/drools-artifact-1.1/pom.xml
policy-core/drools-artifact-1.2/pom.xml
pom.xml

index 24a6d37..15e8ac2 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <groupId>org.onap.policy.drools-pdp</groupId>
   <artifactId>drools-artifact1</artifactId>
   <version>17.1.0-SNAPSHOT</version>
   <description>supports Junit tests in policy-core</description>
 
-  <parent>
-    <groupId>org.onap.policy.drools-pdp</groupId>
-    <artifactId>drools-pdp</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
 </project>
index 6b39d7c..0b78f84 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <groupId>org.onap.policy.drools-pdp</groupId>
   <artifactId>drools-artifact1</artifactId>
   <version>17.2.0-SNAPSHOT</version>
   <description>supports Junit tests in policy-core</description>
 
-  <parent>
-    <groupId>org.onap.policy.drools-pdp</groupId>
-    <artifactId>drools-pdp</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
 </project>
diff --git a/pom.xml b/pom.xml
index 6f9b2f7..15ff07b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>0.1.1</version>
                <relativePath/>
        </parent>