Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-30 22:21:34 +0000
committerMatthias Sohn2012-05-30 22:31:37 +0000
commit1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b (patch)
tree2b6c7d0d1b82b5892514f9729ebb80e53f88670f /org.eclipse.mylyn.github.doc
parent42c9946385604653f329735039a135ec38ef328b (diff)
downloadegit-github-1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b.tar.gz
egit-github-1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b.tar.xz
egit-github-1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b.zip
EGit GitHub Connector v2.0.0.201205301645-rc2
Change-Id: Ie5e24ee048218b9eff5ce1cf9c308f5e49dca57e 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 f2dc872f..b33c7776 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: 2.0.0.qualifier
+Bundle-Version: 2.0.0.201205301645-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 d2844964..e5dee454 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.201205301645-rc2</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top