Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'm2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml
index a6e0e0be..e0fdcce3 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-maven-runtime</artifactId>
- <version>1.12.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.m2e.maven.indexer</artifactId>
@@ -71,8 +71,8 @@
!*
</Import-Package>
<Require-Bundle>
- org.eclipse.m2e.maven.runtime;bundle-version="[1.12.0,1.13.0)",
- org.eclipse.m2e.archetype.common;bundle-version="[1.12.0,1.13.0)"
+ org.eclipse.m2e.maven.runtime;bundle-version="[1.13.0,1.14.0)",
+ org.eclipse.m2e.archetype.common;bundle-version="[1.13.0,1.14.0)"
</Require-Bundle>
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>

Back to the top