summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flags/pom.xml4
-rw-r--r--model-integration/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index fc38676ff20..c1e9eca20ab 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -8,13 +8,13 @@
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>flags</artifactId>
<packaging>container-plugin</packaging>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Feature flags</description>
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 5e57ec22709..fb9e119f61d 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -8,11 +8,11 @@
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>model-integration</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<packaging>container-plugin</packaging>
<dependencies>
<dependency>