Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-07 23:51:38 +0000
committerMatthias Sohn2011-09-07 23:51:38 +0000
commitff311784c7437932383f8bca10246ad4bd0b9f21 (patch)
tree351e940feb273922a02958613cbfde0ce2a05bb0 /org.eclipse.egit
parent9929a92e185909f3e3fdb4fd6d0c938042d9dbd5 (diff)
downloadegit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.gz
egit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.xz
egit-ff311784c7437932383f8bca10246ad4bd0b9f21.zip
Prepare post v1.1.0.201109071825-rc3 builds
Change-Id: If2a7dc355c75f1717f5f86460c93a69f1f8037c3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit')
-rw-r--r--org.eclipse.egit/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit/META-INF/MANIFEST.MF b/org.eclipse.egit/META-INF/MANIFEST.MF
index 7efb674cdb..829b58901c 100644
--- a/org.eclipse.egit/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit
-Bundle-Version: 1.1.0.201109071825-rc3
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.egit/pom.xml b/org.eclipse.egit/pom.xml
index 80592a2dbb..6bff7c93ab 100644
--- a/org.eclipse.egit/pom.xml
+++ b/org.eclipse.egit/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>1.1.0.201109071825-rc3</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit</artifactId>

Back to the top