summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml')
-rw-r--r--bundle-plugin-test/test-bundles/artifact-version-for-exports-dep/pom.xml4
1 files changed, 2 insertions, 2 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>