Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-03-09 22:36:26 +0000
committerMatthias Sohn2021-03-09 22:36:26 +0000
commit25e149eee49e4f8b8127f21f817ae57d8491e091 (patch)
treee0bcce6cda6a0f0a05db8f1e6be6b87535e7d45f /org.eclipse.mylyn.github.ui
parent388c68aaa145d2bf8f49b0a51d47191627743d90 (diff)
downloadegit-github-25e149eee49e4f8b8127f21f817ae57d8491e091.tar.gz
egit-github-25e149eee49e4f8b8127f21f817ae57d8491e091.tar.xz
egit-github-25e149eee49e4f8b8127f21f817ae57d8491e091.zip
EGit Mylyn Github Connector v5.11.0.202103091610-r
Change-Id: I746d15e0fd7066ce28d3838c40e0c9036ec45f41 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 991d70d1..5773f2a5 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.mylyn.github.ui
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 5.11.0.qualifier
+Bundle-Version: 5.11.0.202103091610-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 2ca46488..54af05c0 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.11.0-SNAPSHOT</version>
+ <version>5.11.0.202103091610-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top