Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-11-12 16:55:24 +0000
committerMatthias Sohn2014-11-12 16:55:24 +0000
commit9c111b4cc94d27e944d1c2b343f5afcf2312022b (patch)
tree01c16d748e363759d2a2ead71570e8eeb87ef517 /org.eclipse.mylyn.github.doc
parentf9d6ebb9aa29999c83f840cc3160cf3a469fc83b (diff)
downloadegit-github-9c111b4cc94d27e944d1c2b343f5afcf2312022b.tar.gz
egit-github-9c111b4cc94d27e944d1c2b343f5afcf2312022b.tar.xz
egit-github-9c111b4cc94d27e944d1c2b343f5afcf2312022b.zip
EGit Mylyn Github Connector v3.6.0.201411121045-m1v3.6.0.201411121045-m1
Change-Id: Ic09f424caede1fba0d8ba8794b211317865590e3 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 4404431c..fa494731 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.6.0.qualifier
+Bundle-Version: 3.6.0.201411121045-m1
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 be3e7846..161a31e2 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.6.0-SNAPSHOT</version>
+ <version>3.6.0.201411121045-m1</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top