Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-06-04 20:15:28 +0000
committerMatthias Sohn2014-06-04 20:15:37 +0000
commit8b5851293d848ac7578ca9b5d3bfe08847c3611e (patch)
treec7a7332d1d81d5f8e6c31d31e49f9d01d38ab9d3 /org.eclipse.mylyn.github.doc
parent290ba82d885fb8ddff141a98ed71cc3ed0053924 (diff)
downloadegit-github-8b5851293d848ac7578ca9b5d3bfe08847c3611e.tar.gz
egit-github-8b5851293d848ac7578ca9b5d3bfe08847c3611e.tar.xz
egit-github-8b5851293d848ac7578ca9b5d3bfe08847c3611e.zip
Prepare post 3.4 RC3 builds
Change-Id: I98b30ad9f6e9d2d235b860669bce2372f100b5c7 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 86b3b643..cf4f8aef 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.201406041058-rc3
+Bundle-Version: 3.4.0.qualifier
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 53999928..fbf7483c 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.201406041058-rc3</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top