Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m2e-maven-runtime/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/m2e-maven-runtime/pom.xml b/m2e-maven-runtime/pom.xml
index 54bad273..3eeb472f 100644
--- a/m2e-maven-runtime/pom.xml
+++ b/m2e-maven-runtime/pom.xml
@@ -33,7 +33,7 @@
<properties>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<osgi-version-qualifier>${maven.build.timestamp}</osgi-version-qualifier>
- <maven-bundle-plugin.version>2.4.0</maven-bundle-plugin.version>
+ <maven-bundle-plugin.version>2.5.0</maven-bundle-plugin.version>
<tycho.version>0.21.0</tycho.version>
<tycho-extras-version>${tycho.version}</tycho-extras-version>
</properties>

Back to the top