Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-06-05 11:36:32 +0000
committerMatthias Sohn2018-06-05 11:36:32 +0000
commitca3755a9b08b54f66cd01d02e4b74ed06b7c3bfe (patch)
treeae39c876a348020a04b98c1f8cc8a8f8cd2d0b8e /org.eclipse.mylyn.github-feature
parent5b23d22ad02cc6ea516b3188d551840271dbea9d (diff)
downloadegit-github-ca3755a9b08b54f66cd01d02e4b74ed06b7c3bfe.tar.gz
egit-github-ca3755a9b08b54f66cd01d02e4b74ed06b7c3bfe.tar.xz
egit-github-ca3755a9b08b54f66cd01d02e4b74ed06b7c3bfe.zip
EGit Mylyn Github Connector v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3
Change-Id: I2ef1acd4bf7ef0ab17c948bb398113a7041c6937 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.github-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index fb4be27f..e3ea581c 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.github.feature"
label="%featureName"
- version="5.0.0.qualifier"
+ version="5.0.0.201806050710-rc3"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index c54ca9b7..d0f2a47f 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.201806050710-rc3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top