summaryrefslogtreecommitdiffstats
path: root/documentapi/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/pom.xml')
-rw-r--r--documentapi/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index 7d91e246cfe..9b690f345ae 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -6,12 +6,12 @@
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>documentapi</artifactId>
<packaging>jar</packaging>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<dependencies>
<!-- WARNING: dependencies (apart from test scoped) must be added to documentapi-dependencies, not here! -->