Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-31 00:10:28 +0000
committerMatthias Sohn2012-05-31 00:10:28 +0000
commitfa850878bb965e1a3c0b452b750e65682399476f (patch)
treec1dcdf68779b33c0f19ef58f349326af3f25c121 /org.eclipse.egit.target
parent88bc477d3dcb92ff93c86d6734f829df00601c34 (diff)
downloadegit-fa850878bb965e1a3c0b452b750e65682399476f.tar.gz
egit-fa850878bb965e1a3c0b452b750e65682399476f.tar.xz
egit-fa850878bb965e1a3c0b452b750e65682399476f.zip
Prepare next 2.0.0-SNAPSHOT builds
Change-Id: I9c98269f048922d88b8faea02be9acd3d7fe3151 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target')
-rw-r--r--org.eclipse.egit.target/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.target/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF
index ec1c2ed08e..aa2d7315d4 100644
--- a/org.eclipse.egit.target/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit Target Platform Bundle
Bundle-SymbolicName: org.eclipse.egit.target
-Bundle-Version: 2.0.0.201205301645-rc2
+Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index 83455a95e0..d37d3b80e9 100644
--- a/org.eclipse.egit.target/pom.xml
+++ b/org.eclipse.egit.target/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>2.0.0.201205301645-rc2</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<build>

Back to the top