Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-26 11:22:43 +0000
committerMatthias Sohn2015-05-26 11:22:43 +0000
commit05079ff841ae3f4da002f772276c4c4fbd13d36c (patch)
tree30b148e3cd18c3de4cf9709aacbe629167c8cf36 /org.eclipse.mylyn.github-feature
parent7608a823e6d2e781d6ac1c5ddef9b1214c310871 (diff)
downloadegit-github-05079ff841ae3f4da002f772276c4c4fbd13d36c.tar.gz
egit-github-05079ff841ae3f4da002f772276c4c4fbd13d36c.tar.xz
egit-github-05079ff841ae3f4da002f772276c4c4fbd13d36c.zip
EGit Mylyn Github Connector v4.0.0.201505260635-rc2v4.0.0.201505260635-rc2
Change-Id: Ifd1641c9439261293012e9d112697fa2fdfc980f 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 7999b0f7..2bb82894 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="4.0.0.qualifier"
+ version="4.0.0.201505260635-rc2"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index c7365ae3..d5d72528 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.201505260635-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top