Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Waibel2013-09-24 13:20:57 +0000
committerFlorian Waibel2013-09-24 13:20:57 +0000
commit4e8e26b90ee589442e1654cfc5627fc0136d6d48 (patch)
treee5f80eb5cfe4695ccfca362911185a1016a91bdc
parent15bc2d3719897ce5b63581f44ec0a8dc3052e089 (diff)
downloadorg.eclipse.gemini.managment-4e8e26b90ee589442e1654cfc5627fc0136d6d48.tar.gz
org.eclipse.gemini.managment-4e8e26b90ee589442e1654cfc5627fc0136d6d48.tar.xz
org.eclipse.gemini.managment-4e8e26b90ee589442e1654cfc5627fc0136d6d48.zip
Updates versions from 2.0.0-SNAPSHOT to 2.0.1-SNAPSHOT for new development
-rwxr-xr-xorg.eclipse.gemini.management.target/pom.xml2
-rw-r--r--org.eclipse.gemini.management/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.gemini.management.target/pom.xml b/org.eclipse.gemini.management.target/pom.xml
index 545f29f..058c8d4 100755
--- a/org.eclipse.gemini.management.target/pom.xml
+++ b/org.eclipse.gemini.management.target/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.gemini.management</groupId>
<artifactId>org.eclipse.gemini.management_parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../gemini.management.releng/pom.xml</relativePath>
</parent>
diff --git a/org.eclipse.gemini.management/META-INF/MANIFEST.MF b/org.eclipse.gemini.management/META-INF/MANIFEST.MF
index b7239d2..a5b7bfa 100644
--- a/org.eclipse.gemini.management/META-INF/MANIFEST.MF
+++ b/org.eclipse.gemini.management/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gemini Management
Bundle-SymbolicName: org.eclipse.gemini.management
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Activator: org.eclipse.gemini.management.Activator
Import-Package: javax.management,

Back to the top