aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib
diff options
context:
space:
mode:
Diffstat (limited to 'champ-lib')
-rw-r--r--champ-lib/champ-core/pom.xml3
-rw-r--r--champ-lib/champ-janus/pom.xml11
-rw-r--r--champ-lib/champ-titan/pom.xml11
-rw-r--r--champ-lib/pom.xml1
4 files changed, 15 insertions, 11 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index d528a0f..484953f 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -25,11 +25,12 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
<version>1.2.1-SNAPSHOT</version>
</parent>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-core</artifactId>
<dependencies>
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml
index 1a6f7d6..53b2e65 100644
--- a/champ-lib/champ-janus/pom.xml
+++ b/champ-lib/champ-janus/pom.xml
@@ -25,11 +25,12 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
<version>1.2.1-SNAPSHOT</version>
</parent>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-janus</artifactId>
<properties>
@@ -44,15 +45,15 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-core</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-core</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml
index 35b0ecd..c8abee3 100644
--- a/champ-lib/champ-titan/pom.xml
+++ b/champ-lib/champ-titan/pom.xml
@@ -24,11 +24,12 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
+ <groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
- <groupId>org.onap.aai</groupId>
<version>1.2.1-SNAPSHOT</version>
</parent>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-titan</artifactId>
<properties>
@@ -43,15 +44,15 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-core</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.champ.champ-lib</groupId>
<artifactId>champ-core</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml
index c325c9f..1446efb 100644
--- a/champ-lib/pom.xml
+++ b/champ-lib/pom.xml
@@ -28,6 +28,7 @@ limitations under the License.
<version>1.2.1-SNAPSHOT</version>
</parent>
+ <groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
<packaging>pom</packaging>