Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-28 15:56:15 +0000
committerMatthias Sohn2014-05-28 15:56:15 +0000
commitad18791e816e4c10cb8f12835d906c5bf13a3426 (patch)
tree6c734f828d0d9b9df3f48fda205399faf8b372c6 /org.eclipse.mylyn.github.doc
parent3185e890612c2fd83cbc571213a1db8162cd7c11 (diff)
downloadegit-github-ad18791e816e4c10cb8f12835d906c5bf13a3426.tar.gz
egit-github-ad18791e816e4c10cb8f12835d906c5bf13a3426.tar.xz
egit-github-ad18791e816e4c10cb8f12835d906c5bf13a3426.zip
EGit Mylyn Github Connector v3.4.0.201405281120-rc2v3.4.0.201405281120-rc2
Change-Id: Iabbc04a3f02c48c6e2b2099e93c28344eccb90fe Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.doc')
-rwxr-xr-xorg.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF2
-rwxr-xr-xorg.eclipse.mylyn.github.doc/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
index cf4f8aef..04e97b24 100755
--- a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true
-Bundle-Version: 3.4.0.qualifier
+Bundle-Version: 3.4.0.201405281120-rc2
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.mylyn.wikitext.core;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
org.eclipse.mylyn.wikitext.mediawiki.core;bundle-version="[1.3.0,2.0.0)";resolution:=optional
diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml
index fbf7483c..fada42d7 100755
--- a/org.eclipse.mylyn.github.doc/pom.xml
+++ b/org.eclipse.mylyn.github.doc/pom.xml
@@ -18,7 +18,7 @@ http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+ <version>3.4.0.201405281120-rc2</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top