Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-08 20:07:48 +0000
committerMatthias Sohn2019-05-08 20:07:48 +0000
commit61470929a58704da5027bf6c8bb34047ce985d5c (patch)
treeb331a555c94fac0c6db4910ae1648f09d2fc4b84 /org.eclipse.mylyn.github.core
parent15e4e128d6ba4d369ef89e0af11a146964fac63f (diff)
downloadegit-github-61470929a58704da5027bf6c8bb34047ce985d5c.tar.gz
egit-github-61470929a58704da5027bf6c8bb34047ce985d5c.tar.xz
egit-github-61470929a58704da5027bf6c8bb34047ce985d5c.zip
EGit Mylyn Github Connector v5.4.0.201905081430-m2
Change-Id: I419c0340ca0dac38097735e67ef01f6d1bbcb903 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 6546bd7d..405187e5 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.core
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.4.0.201905081430-m2
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.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 132a05ae..4fe3e781 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.4.0-SNAPSHOT</version>
+ <version>5.4.0.201905081430-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top