summaryrefslogtreecommitdiffstats
path: root/service-monitor
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 /service-monitor
parent2a3c89eab45ff41b4cf7737c7e9f6aa0048bb605 (diff)
Set project version to 8-SNAPSHOT
Diffstat (limited to 'service-monitor')
-rw-r--r--service-monitor/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 067ea451e35..6a46838a0ce 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/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>service-monitor</artifactId>
<packaging>container-plugin</packaging>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Service monitor component for hosted vespa.</description>