summaryrefslogtreecommitdiffstats
path: root/flags/pom.xml
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 /flags/pom.xml
parentc070ef423435483051537ccaa59981b61fbf0df1 (diff)
Set 7-SNAPSHOT for new modules.
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml4
1 files changed, 2 insertions, 2 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>