summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles
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 /bundle-plugin-test/test-bundles
parent2a3c89eab45ff41b4cf7737c7e9f6aa0048bb605 (diff)
Set project version to 8-SNAPSHOT
Diffstat (limited to 'bundle-plugin-test/test-bundles')
-rw-r--r--bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml4
-rw-r--r--bundle-plugin-test/test-bundles/artifact-version-for-exports/pom.xml4
-rw-r--r--bundle-plugin-test/test-bundles/main/pom.xml4
-rw-r--r--bundle-plugin-test/test-bundles/pom.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml b/bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml
index e4ef18d179d..6d8095c2153 100644
--- a/bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml
+++ b/bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>com.yahoo.vespa.bundle-plugin</groupId>
<artifactId>test-bundles</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>artifact-version-for-exports-dep</artifactId>
@@ -16,7 +16,7 @@
But version is set to the release version by build scripts before building.
Then, the dependent bundle will not find the artifact. Skipping this step for a sub-module seems
impossible with the maven-versions-plugin, and cumbersome with factorylib. -->
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<packaging>container-plugin</packaging>
<dependencies>
</dependencies>
diff --git a/bundle-plugin-test/test-bundles/artifact-version-for-exports/pom.xml b/bundle-plugin-test/test-bundles/artifact-version-for-exports/pom.xml
index ede831adfbc..289d2f67eb0 100644
--- a/bundle-plugin-test/test-bundles/artifact-version-for-exports/pom.xml
+++ b/bundle-plugin-test/test-bundles/artifact-version-for-exports/pom.xml
@@ -8,11 +8,11 @@
<parent>
<groupId>com.yahoo.vespa.bundle-plugin</groupId>
<artifactId>test-bundles</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>artifact-version-for-exports</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<packaging>container-plugin</packaging>
<dependencies>
<dependency>
diff --git a/bundle-plugin-test/test-bundles/main/pom.xml b/bundle-plugin-test/test-bundles/main/pom.xml
index 8153d46bcb7..b5f8f7b9a6a 100644
--- a/bundle-plugin-test/test-bundles/main/pom.xml
+++ b/bundle-plugin-test/test-bundles/main/pom.xml
@@ -8,11 +8,11 @@
<parent>
<groupId>com.yahoo.vespa.bundle-plugin</groupId>
<artifactId>test-bundles</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>main</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<packaging>container-plugin</packaging>
<dependencies>
<dependency>
diff --git a/bundle-plugin-test/test-bundles/pom.xml b/bundle-plugin-test/test-bundles/pom.xml
index faddeafc76d..3af10826adc 100644
--- a/bundle-plugin-test/test-bundles/pom.xml
+++ b/bundle-plugin-test/test-bundles/pom.xml
@@ -8,11 +8,11 @@
<parent>
<groupId>com.yahoo.vespa.bundle-plugin</groupId>
<artifactId>bundle-plugin-test</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>test-bundles</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<plugins>