aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-09-21 13:35:23 -0400
committerRalph Straubs <rs8887@att.com>2017-09-27 11:21:23 -0500
commit3358e1e680b0946acc48790c460cc8586ae354bd (patch)
tree5aff67c61fabd96066c1cfdb97a9a57fec934ada
parent0360eed8a9ed1a6f83f88971fc4fc5ab2e9a81b2 (diff)
Upgrade to release oparent
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>
-rw-r--r--policy-core/drools-artifact-1.1/pom.xml6
-rw-r--r--policy-core/drools-artifact-1.2/pom.xml6
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 11 deletions
diff --git a/policy-core/drools-artifact-1.1/pom.xml b/policy-core/drools-artifact-1.1/pom.xml
index 24a6d37d..15e8ac28 100644
--- a/policy-core/drools-artifact-1.1/pom.xml
+++ b/policy-core/drools-artifact-1.1/pom.xml
@@ -23,13 +23,9 @@
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>
diff --git a/policy-core/drools-artifact-1.2/pom.xml b/policy-core/drools-artifact-1.2/pom.xml
index 6b39d7c4..0b78f847 100644
--- a/policy-core/drools-artifact-1.2/pom.xml
+++ b/policy-core/drools-artifact-1.2/pom.xml
@@ -23,13 +23,9 @@
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 6f9b2f76..15ff07bc 100644
--- 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>