Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 13:53:57 +0000
committerMatthias Sohn2018-03-08 13:53:57 +0000
commitd917696955d3994e90b204089b2e5ee6a32e209d (patch)
treea0beaa8719012d81f0bdd290f034c2c76560cc76 /org.eclipse.mylyn.github.core
parentb5e69f1c0a616f69da2740e8e36744ac349c5a28 (diff)
downloadegit-github-d917696955d3994e90b204089b2e5ee6a32e209d.tar.gz
egit-github-d917696955d3994e90b204089b2e5ee6a32e209d.tar.xz
egit-github-d917696955d3994e90b204089b2e5ee6a32e209d.zip
EGit Mylyn Github Connector v4.11.0.201803080745-rv4.11.0.201803080745-r
Change-Id: I24ee25ce1d38060f7b79f624364a73b77823bdc1 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 9ed0ebad..6e736c26 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: 4.11.0.qualifier
+Bundle-Version: 4.11.0.201803080745-r
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="4.11.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 ba75de60..7e915c61 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.11.0.201803080745-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top