Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-01 16:10:54 +0000
committerMatthias Sohn2011-09-01 16:10:54 +0000
commit3bc2dccbb8f7d28c250de21e8a94440b95bbbc08 (patch)
tree9d586833edec4745c7dff427d70cb3d97faa939f /org.eclipse.egit
parentcbf8b5cee52235d4e8668f700f3f4794403c0ed4 (diff)
downloadegit-3bc2dccbb8f7d28c250de21e8a94440b95bbbc08.tar.gz
egit-3bc2dccbb8f7d28c250de21e8a94440b95bbbc08.tar.xz
egit-3bc2dccbb8f7d28c250de21e8a94440b95bbbc08.zip
Prepare post v1.1.0.201109011030-rc2 builds
Change-Id: Id50fd774f63d69ea0c6f23e334afeba652718cd7 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 92deb5f23d..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.201109011030-rc2
+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 f9bbf310d1..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.201109011030-rc2</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit</artifactId>

Back to the top