aboutsummaryrefslogtreecommitdiffstats
path: root/provided-dependencies
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 /provided-dependencies
parent2a3c89eab45ff41b4cf7737c7e9f6aa0048bb605 (diff)
Set project version to 8-SNAPSHOT
Diffstat (limited to 'provided-dependencies')
-rwxr-xr-xprovided-dependencies/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/provided-dependencies/pom.xml b/provided-dependencies/pom.xml
index 562db6d4f1f..da7cc007053 100755
--- a/provided-dependencies/pom.xml
+++ b/provided-dependencies/pom.xml
@@ -8,12 +8,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>provided-dependencies</artifactId>
<packaging>jar</packaging>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<description>Dependencies that are installed and should not be included in artifacts with dependencies.</description>
<dependencies>
<!-- jdisc -->