summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-27 16:40:18 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:29 +0100
commit1b1e1b331166e6caa675fc019eabe86b2656211f (patch)
tree0d7749e61d7cfae5bc94b0479ccadefe8318cdcc
parentc070ef423435483051537ccaa59981b61fbf0df1 (diff)
Set 7-SNAPSHOT for new modules.
-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>