diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-21 13:35:23 -0400 |
---|---|---|
committer | Ralph Straubs <rs8887@att.com> | 2017-09-27 11:21:23 -0500 |
commit | 3358e1e680b0946acc48790c460cc8586ae354bd (patch) | |
tree | 5aff67c61fabd96066c1cfdb97a9a57fec934ada /policy-core/drools-artifact-1.2/pom.xml | |
parent | 0360eed8a9ed1a6f83f88971fc4fc5ab2e9a81b2 (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>
Diffstat (limited to 'policy-core/drools-artifact-1.2/pom.xml')
-rw-r--r-- | policy-core/drools-artifact-1.2/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
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> |