aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 48f70abba15..32040785fc2 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>vespajlib</artifactId>
<packaging>container-plugin</packaging>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<description>
Library for use in Java components of Vespa. Shared code which do
not fit anywhere else.
@@ -91,6 +91,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>