aboutsummaryrefslogtreecommitdiffstats
path: root/container-test-jars
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-02-07 15:51:29 +0100
committerHarald Musum <musum@yahoo-inc.com>2017-02-07 15:51:29 +0100
commitef2593b33a31b0982edf25cef762d207dc5720c3 (patch)
tree149c98530aed091423274cdc1d0fc31bab96db9d /container-test-jars
parent8d1bf01f6bba9d20a808c746bbcfc11cba846274 (diff)
Use com.yahoo.vespa as group id
Diffstat (limited to 'container-test-jars')
-rw-r--r--container-test-jars/bundle-with-provided-bundle/pom.xml6
-rw-r--r--container-test-jars/jersey-resources/pom.xml4
-rw-r--r--container-test-jars/pom.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/container-test-jars/bundle-with-provided-bundle/pom.xml b/container-test-jars/bundle-with-provided-bundle/pom.xml
index 8f37f4041f2..d47ebe9b19b 100644
--- a/container-test-jars/bundle-with-provided-bundle/pom.xml
+++ b/container-test-jars/bundle-with-provided-bundle/pom.xml
@@ -6,8 +6,8 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.yahoo.container.container-test-jars</groupId>
- <artifactId>container-test-jars</artifactId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
+ <artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
@@ -22,7 +22,7 @@
<dependencies>
<dependency>
- <groupId>com.yahoo.container.container-test-jars</groupId>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>jersey-resources</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
diff --git a/container-test-jars/jersey-resources/pom.xml b/container-test-jars/jersey-resources/pom.xml
index 5ab4a2480a8..5eda15fe21d 100644
--- a/container-test-jars/jersey-resources/pom.xml
+++ b/container-test-jars/jersey-resources/pom.xml
@@ -6,8 +6,8 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.yahoo.container.container-test-jars</groupId>
- <artifactId>container-test-jars</artifactId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
+ <artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
diff --git a/container-test-jars/pom.xml b/container-test-jars/pom.xml
index 2cc9ee4d67f..6c93244834c 100644
--- a/container-test-jars/pom.xml
+++ b/container-test-jars/pom.xml
@@ -10,8 +10,8 @@
<artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
- <groupId>com.yahoo.container.container-test-jars</groupId>
- <artifactId>container-test-jars</artifactId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
+ <artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>