Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-02-24 15:18:59 +0000
committerMatthias Sohn2021-02-24 15:18:59 +0000
commit47c9de9023cf4a73be9af12949a77130b87b9c4c (patch)
tree79c062733dc6f4b6017a45213b20cfabd78d263a /org.eclipse.mylyn.github.core
parentf2afbe33b966e013b2ea1cdc9355db9422870cc2 (diff)
downloadegit-github-47c9de9023cf4a73be9af12949a77130b87b9c4c.tar.gz
egit-github-47c9de9023cf4a73be9af12949a77130b87b9c4c.tar.xz
egit-github-47c9de9023cf4a73be9af12949a77130b87b9c4c.zip
EGit Mylyn Github Connector v5.11.0.202102240950-m3v5.11.0.202102240950-m3
Change-Id: I3c7e95182e4581e7bcb6cf717b4627ce9e2300e7 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 b7b012c8..49818c58 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.11.0.qualifier
+Bundle-Version: 5.11.0.202102240950-m3
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="5.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 1445d205..8398fdb9 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.11.0-SNAPSHOT</version>
+ <version>5.11.0.202102240950-m3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top