Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-23 00:25:56 +0000
committerMatthias Sohn2018-05-23 00:25:56 +0000
commit0825366f19f8a81123cff56c2cd5714027a48faf (patch)
treec0dd453cd7f348e9ae31a397c1409dee9bf66b7c /org.eclipse.mylyn.github.doc
parentf2e2e3fdcf451c907119ba47d19563af8f00a5e5 (diff)
downloadegit-github-0825366f19f8a81123cff56c2cd5714027a48faf.tar.gz
egit-github-0825366f19f8a81123cff56c2cd5714027a48faf.tar.xz
egit-github-0825366f19f8a81123cff56c2cd5714027a48faf.zip
Prepare 5.0.0-SNAPSHOT builds
Change-Id: If4e8ef4e00f18494f54e7ad44b35b1e67e879264 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 881b2443..a96e9d4f 100755
--- a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
@@ -3,5 +3,5 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true
-Bundle-Version: 5.0.0.201805221745-rc1
+Bundle-Version: 5.0.0.qualifier
Bundle-Vendor: %providerName
diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml
index aed0394d..edad9437 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>5.0.0.201805221745-rc1</version>
+ <version>5.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.github.doc</artifactId>

Back to the top