Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-23 13:57:16 +0000
committerMatthias Sohn2014-12-23 13:57:16 +0000
commit51d2d0075f08392596d62eb65507a62fad5ef387 (patch)
tree314475e982143ae5189c670fd3296aaf7ca8ab46 /org.eclipse.egit
parent7bbe819ba9406f92fb53e59af684c6174df3898f (diff)
downloadegit-51d2d0075f08392596d62eb65507a62fad5ef387.tar.gz
egit-51d2d0075f08392596d62eb65507a62fad5ef387.tar.xz
egit-51d2d0075f08392596d62eb65507a62fad5ef387.zip
Change-Id: Id31f9ae93293d67c10e0021b72e7b5e42c6b0c41 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 8621b63b7f..68dd63be94 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.6.0.qualifier
+Bundle-Version: 3.6.0.201412230720-r
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 91d205347d..97cfbcc319 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.6.0-SNAPSHOT</version>
+ <version>3.6.0.201412230720-r</version>
</parent>
<artifactId>org.eclipse.egit</artifactId>

Back to the top