aboutsummaryrefslogtreecommitdiffstats
path: root/container-test-jars
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@oath.com>2018-10-18 09:27:03 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:24 +0100
commitc8b208d82ca578a3b0dcf20ba75b800deedbebeb (patch)
tree956d96c11466aa3c68ed23390148d7a5228d01fc /container-test-jars
parent21115bc2849c77f316b81bcc93f872f164fb89f3 (diff)
6-SNAPSHOT -> 7-SNAPSHOT
Diffstat (limited to 'container-test-jars')
-rw-r--r--container-test-jars/bundle-with-provided-bundle/pom.xml2
-rw-r--r--container-test-jars/jersey-resources/pom.xml2
-rw-r--r--container-test-jars/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/container-test-jars/bundle-with-provided-bundle/pom.xml b/container-test-jars/bundle-with-provided-bundle/pom.xml
index e133ee955dd..d9d97ddd2b0 100644
--- a/container-test-jars/bundle-with-provided-bundle/pom.xml
+++ b/container-test-jars/bundle-with-provided-bundle/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>com.yahoo.vespa.container-test-jars</groupId>
<artifactId>container-test-jars</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
</parent>
<artifactId>bundle-with-provided-bundle</artifactId>
diff --git a/container-test-jars/jersey-resources/pom.xml b/container-test-jars/jersey-resources/pom.xml
index 2b6761e6411..413f06784e8 100644
--- a/container-test-jars/jersey-resources/pom.xml
+++ b/container-test-jars/jersey-resources/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>com.yahoo.vespa.container-test-jars</groupId>
<artifactId>container-test-jars</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
</parent>
<artifactId>jersey-resources</artifactId>
diff --git a/container-test-jars/pom.xml b/container-test-jars/pom.xml
index 804ca5eb879..979b98f9803 100644
--- a/container-test-jars/pom.xml
+++ b/container-test-jars/pom.xml
@@ -8,12 +8,12 @@
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>com.yahoo.vespa.container-test-jars</groupId>
<artifactId>container-test-jars</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>jersey-resources</module>