aboutsummaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 491c144fdb0..503754e9aa2 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -6,12 +6,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>testutil</artifactId>
<packaging>jar</packaging>
- <version>6-SNAPSHOT</version>
+ <version>7-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Library of useful Hamcrest matchers.</description>
<dependencies>