summaryrefslogtreecommitdiffstats
path: root/container-test-jars
diff options
context:
space:
mode:
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>