Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-06-04 15:11:37 +0000
committerMatthias Sohn2014-06-04 15:11:37 +0000
commitf12d85b140fe8101e6e2a832c86531659c138ac7 (patch)
treeae77c1eb2be4dfb6305d67efb4a14c57a8c58fb2 /org.eclipse.egit
parentdb3f24f4d56df18dbf861408d7f2cb3906353a11 (diff)
downloadegit-f12d85b140fe8101e6e2a832c86531659c138ac7.tar.gz
egit-f12d85b140fe8101e6e2a832c86531659c138ac7.tar.xz
egit-f12d85b140fe8101e6e2a832c86531659c138ac7.zip
Change-Id: I1969db7f5ef794ac12a636884df81b683ef0bac0 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 9215b3ecd3..a37d34aeab 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: 3.4.0.qualifier
+Bundle-Version: 3.4.0.201406041058-rc3
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 f54f075519..98741b52b5 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>3.4.0-SNAPSHOT</version>
+ <version>3.4.0.201406041058-rc3</version>
</parent>
<artifactId>org.eclipse.egit</artifactId>

Back to the top