Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-06-13 18:28:56 +0000
committerMatthias Sohn2018-06-13 18:28:56 +0000
commitb652dfd8ac364b713578ae7e4fafd19c1c608a53 (patch)
treee5a08423e758527b9647397e8fddbaf80840b360 /org.eclipse.mylyn.github.core
parent2fd03344cf6249f7aa0a34cd210d566f1e7fe9b8 (diff)
downloadegit-github-b652dfd8ac364b713578ae7e4fafd19c1c608a53.tar.gz
egit-github-b652dfd8ac364b713578ae7e4fafd19c1c608a53.tar.xz
egit-github-b652dfd8ac364b713578ae7e4fafd19c1c608a53.zip
EGit Mylyn Github Connector v5.0.0.201806131210-r
Change-Id: I5aa4a88efcf458334155e77d0baad5cc1c130785 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 1b900bf0..dc3b8130 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.mylyn.github.cores
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.0.0.qualifier
+Bundle-Version: 5.0.0.201806131210-r
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui",
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 9284968b..eacc3c40 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.201806131210-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top