Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-06-07 13:30:38 +0000
committerMatthias Sohn2021-06-07 13:30:38 +0000
commite7c49921b9fc4b249903a9aa5e2a605b18d9ede2 (patch)
treef7dcaa449c061f9efbd04242e7f08c74e039ec39 /org.eclipse.mylyn.github.core
parent8bce541c925ea3d52643865db6854ae92af5b658 (diff)
downloadegit-github-e7c49921b9fc4b249903a9aa5e2a605b18d9ede2.tar.gz
egit-github-e7c49921b9fc4b249903a9aa5e2a605b18d9ede2.tar.xz
egit-github-e7c49921b9fc4b249903a9aa5e2a605b18d9ede2.zip
EGit Mylyn Github Connector v5.12.0.202106070339-rv5.12.0.202106070339-r
Change-Id: Ibcb8340008284bf337310bf9d798a864153567b9 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 c1113df5..5c75b736 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: %Bundle-Name
Automatic-Module-Name: org.eclipse.mylyn.github.core
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.12.0.qualifier
+Bundle-Version: 5.12.0.202106070339-r
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="5.12.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 0a72d565..550e6fc4 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.12.0-SNAPSHOT</version>
+ <version>5.12.0.202106070339-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top