Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-19 15:02:37 +0000
committerMatthias Sohn2015-05-19 15:02:37 +0000
commit6d69295bf6ac05cad67304e0cada880e83b36e48 (patch)
tree22859e19c63edf631e98bb8e4291bb0c94e84211 /org.eclipse.mylyn.github-feature
parent054f32aa55dd6acdf818bf7f0f47d593354a7462 (diff)
downloadegit-github-6d69295bf6ac05cad67304e0cada880e83b36e48.tar.gz
egit-github-6d69295bf6ac05cad67304e0cada880e83b36e48.tar.xz
egit-github-6d69295bf6ac05cad67304e0cada880e83b36e48.zip
EGit Mylyn Github Connector v4.0.0.201505191015-rc1v4.0.0.201505191015-rc1
Change-Id: If488a72283067c69792e6f23dc74dd310830be2f 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..51072644 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.201505191015-rc1"
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..44fabcdc 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.201505191015-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top