summaryrefslogtreecommitdiffstats
path: root/testutil
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-08 01:22:39 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 12:33:16 +0200
commit23d34618733d9c67270ebbfe01aac72750a47241 (patch)
treef459cd35cafaa38cd63537b4f1704315423dded1 /testutil
parent2a3c89eab45ff41b4cf7737c7e9f6aa0048bb605 (diff)
Set project version to 8-SNAPSHOT
Diffstat (limited to 'testutil')
-rw-r--r--testutil/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 9df445e8d9f..5c6aa1881f7 100644
--- a/testutil/pom.xml
+++ b/testutil/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>testutil</artifactId>
<packaging>jar</packaging>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Library of useful Hamcrest matchers.</description>
<dependencies>