Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-08 13:04:49 +0000
committerMatthias Sohn2013-05-08 13:04:49 +0000
commitb690f1d37e84d61483b59b142e40700526a1d263 (patch)
tree441fc4a5fecd6730758b3f0e985c99882803b75a /org.eclipse.mylyn.github.doc
parent4c18cb9905dc43d70cf6f0e5e072c765bca51542 (diff)
downloadegit-github-b690f1d37e84d61483b59b142e40700526a1d263.tar.gz
egit-github-b690f1d37e84d61483b59b142e40700526a1d263.tar.xz
egit-github-b690f1d37e84d61483b59b142e40700526a1d263.zip
EGit GitHub Mylyn Connector v3.0.0.201305080800-m7
Change-Id: I3a0e82f7b5c42a3b939759caa71056cfd13e0886 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 fa6c6805..cbd2a05c 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.0.0.qualifier
+Bundle-Version: 3.0.0.201305080800-m7
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 300d33b9..04f8aa5f 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.0.0-SNAPSHOT</version>
+ <version>3.0.0.201305080800-m7</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top