Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.maven.runtime')
-rw-r--r--org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.m2e.maven.runtime/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF b/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
index fefdf247..fae787fc 100644
--- a/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
@@ -140,7 +140,7 @@ Bundle-ClassPath: local-patches.jar,
jars/aether-impl-1.11.jar,
jars/aether-connector-asynchttpclient-1.11.jar,
jars/wagon-ahc-1.2.0.jar
-Bundle-Version: 0.13.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Name: Embedded Maven Runtime Bundle
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.m2e.maven.runtime;singleton:=true
diff --git a/org.eclipse.m2e.maven.runtime/pom.xml b/org.eclipse.m2e.maven.runtime/pom.xml
index 3a69382c..d97b2ab2 100644
--- a/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/org.eclipse.m2e.maven.runtime/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>org.eclipse.m2e.parent</artifactId>
- <version>0.13.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.m2e.parent</relativePath>
</parent>

Back to the top