Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-05-26 18:27:25 +0000
committerMatthias Sohn2021-05-26 18:27:25 +0000
commitda8c1418efd23f8c422982c57a7441a67d18b91f (patch)
tree96cc90f8fb5327f05396c97bc70d3e1d8f1403b4 /org.eclipse.mylyn.github.core
parent95a0194044c77abcac7a0c10b69165a815023cfa (diff)
downloadegit-github-da8c1418efd23f8c422982c57a7441a67d18b91f.tar.gz
egit-github-da8c1418efd23f8c422982c57a7441a67d18b91f.tar.xz
egit-github-da8c1418efd23f8c422982c57a7441a67d18b91f.zip
EGit Mylyn Github Connector v5.12.0.202105261145-m3v5.12.0.202105261145-m3
Change-Id: I730cfe4c038949876bbeb11992f6ebe709ebf91c 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..2360e021 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.202105261145-m3
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..c8aaef26 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.202105261145-m3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top