Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-06 20:44:57 +0000
committerMatthias Sohn2019-03-06 20:44:57 +0000
commitd026ebcd13b913c0e0d0b36747a2df5ab6706373 (patch)
treeb8b2ffc9968659f5dc609ab2308f5c41871d3104 /org.eclipse.mylyn.github.ui
parent0cfacb54fd46767fdc798babeab3783b98d51870 (diff)
downloadegit-github-d026ebcd13b913c0e0d0b36747a2df5ab6706373.tar.gz
egit-github-d026ebcd13b913c0e0d0b36747a2df5ab6706373.tar.xz
egit-github-d026ebcd13b913c0e0d0b36747a2df5ab6706373.zip
EGit Mylyn Github Connector v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1
Change-Id: I52412afc6185e88c2b3ad3b23208d937dbd4ec4b 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 b6e91aff..f640b8a5 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: %pluginName
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.3.0.qualifier
+Bundle-Version: 5.3.0.201903061415-rc1
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 9e263181..78f9e518 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.3.0-SNAPSHOT</version>
+ <version>5.3.0.201903061415-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top