summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-03 11:55:24 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:29 +0100
commit001f1ad706f7ff40db3bcf80dcc86054bdf11447 (patch)
tree0f55f32023cf5cb717f886192d0f7ecb63b4bd45
parent7de2a03abee83f3374cac064c880d1407f237875 (diff)
Set version to 7-SNAPSHOT for new module.
-rw-r--r--abi-check-plugin/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 5b12c82f378..f844661ba5a 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -6,11 +6,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>abi-check-plugin</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>${project.artifactId}</name>
<description>Maven Plugin for ensuring ABI stability.</description>