diff options
author | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-24 15:31:21 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-24 15:31:24 +0100 |
commit | f524b88f7675065c7d33bb019257e165de33230b (patch) | |
tree | 38e0cd712ba5529a907bbb77052eea434b40f949 /model | |
parent | 8e424a8db287f180c65b5e5fc32a6f23b4b2011f (diff) |
Changing groupId to fix jenkins merge issue
Change-Id: I84f5c62cb0d0ea4742905d86ffbde5333c8310bc
Issue-ID: POLICY-855
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'model')
-rw-r--r-- | model/basic-model/pom.xml | 4 | ||||
-rw-r--r-- | model/pom.xml | 4 | ||||
-rw-r--r-- | model/utilities/pom.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index a536af5a1..cedb576ad 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.policy.apex.apex-pdp.model</groupId> + <groupId>org.onap.policy.apex-pdp.model</groupId> <artifactId>model</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> @@ -34,7 +34,7 @@ <dependencies> <dependency> - <groupId>org.onap.policy.apex.apex-pdp.model</groupId> + <groupId>org.onap.policy.apex-pdp.model</groupId> <artifactId>utilities</artifactId> <version>${project.version}</version> </dependency> diff --git a/model/pom.xml b/model/pom.xml index 7afc8e536..61fd87b1e 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -21,12 +21,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.policy.apex.apex-pdp</groupId> + <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.policy.apex.apex-pdp.model</groupId> + <groupId>org.onap.policy.apex-pdp.model</groupId> <artifactId>model</artifactId> <packaging>pom</packaging> diff --git a/model/utilities/pom.xml b/model/utilities/pom.xml index d23a7d9d7..fbf1a21fe 100644 --- a/model/utilities/pom.xml +++ b/model/utilities/pom.xml @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.policy.apex.apex-pdp.model</groupId> + <groupId>org.onap.policy.apex-pdp.model</groupId> <artifactId>model</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> |