Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-28 15:17:27 +0000
committerMatthias Sohn2019-08-28 15:17:27 +0000
commit5ef6f33ca77185f0519d65189d2c285ac7a0589a (patch)
tree1fe96ba26c49476017324c9d73680d23fdf59acc /org.eclipse.mylyn.github-feature
parentdd05ab4e1d2ec5b4926aeb6a7f46ba3e4983d5c8 (diff)
downloadegit-github-5ef6f33ca77185f0519d65189d2c285ac7a0589a.tar.gz
egit-github-5ef6f33ca77185f0519d65189d2c285ac7a0589a.tar.xz
egit-github-5ef6f33ca77185f0519d65189d2c285ac7a0589a.zip
EGit Mylyn Github Connector v5.5.0.201908280940-m3v5.5.0.201908280940-m3
Change-Id: Ibe9c57f1cd10128fb17d77892ec40262095c4f19 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 249ff56d..a33ce1b8 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.5.0.qualifier"
+ version="5.5.0.201908280940-m3"
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 19c7d85c..4d0017b8 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.5.0-SNAPSHOT</version>
+ <version>5.5.0.201908280940-m3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top