Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-28 12:11:40 +0000
committerMatthias Sohn2015-09-28 12:11:40 +0000
commit1662f60f30b49a25e30c3f966884a8ba3c035797 (patch)
treee8553115b64166a99336c740d757c4489c3f92a3 /org.eclipse.mylyn.github.doc
parente7353839371771a8e5ae37c0462636377e55b71d (diff)
downloadegit-github-1662f60f30b49a25e30c3f966884a8ba3c035797.tar.gz
egit-github-1662f60f30b49a25e30c3f966884a8ba3c035797.tar.xz
egit-github-1662f60f30b49a25e30c3f966884a8ba3c035797.zip
Prepare 4.1.1-SNAPSHOT buildsstable-4.1
Change-Id: I97ab3736d0920e50675be6fd66a846a08ad9cf75 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 54eb7e33..55899419 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: 4.1.0.201509280440-r
+Bundle-Version: 4.1.1.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 5cb5bb8d..f5ff19bf 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>4.1.0.201509280440-r</version>
+ <version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top