summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-25 12:18:07 +0200
committergjoranv <gv@oath.com>2018-06-06 12:03:14 +0200
commit08626325aaaf78a62c028445f157f32988b7857f (patch)
tree26ccea7d1d45ac52cf5f4905f8619185054ffeff /parent
parentede96019cbd83febc87dddec635910a5a7c39e02 (diff)
Upgrade maven-bundle-plugin to 3.5.0 to allow module-info.class
- Error with previous versions: [ERROR] Bundle com.yahoo.vespa:config-model-fat-amended:bundle:6-SNAPSHOT : Exception: java.lang.ArrayIndexOutOfBoundsException: 19 [ERROR] Bundle com.yahoo.vespa:config-model-fat-amended:bundle:6-SNAPSHOT : Invalid class file module-info.class (java.lang.ArrayIndexOutOfBoundsException: 19)
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 411cc5ede9e..6cf09e73c8c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.4.0</version>
+ <version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>