Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'm2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml
index 237de16c..ffcd072a 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-maven-runtime</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.m2e.archetype.common</artifactId>
@@ -81,7 +81,7 @@
<Import-Package>
!*
</Import-Package>
- <Require-Bundle>org.eclipse.m2e.maven.runtime;bundle-version="[1.3.0,1.4.0)"</Require-Bundle>
+ <Require-Bundle>org.eclipse.m2e.maven.runtime;bundle-version="[1.4.0,1.5.0)"</Require-Bundle>
</instructions>
</configuration>
</plugin>

Back to the top