Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-03-23 12:01:19 +0000
committerMatthias Sohn2016-03-23 12:01:19 +0000
commitfee5251163afad1f45b8adb96d134dbb9e308fd6 (patch)
tree5e676806ce3d7675282a7a622b014ab7ca85d557 /org.eclipse.mylyn.github-feature
parent4aba132c37fde1b4b6328e18473ddc090190bb55 (diff)
downloadegit-github-fee5251163afad1f45b8adb96d134dbb9e308fd6.tar.gz
egit-github-fee5251163afad1f45b8adb96d134dbb9e308fd6.tar.xz
egit-github-fee5251163afad1f45b8adb96d134dbb9e308fd6.zip
EGit Mylyn Github Connector v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1
Change-Id: I063421c3d5f3dbea91ed522f065f5056dac1214c 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 9e8ac0ed..340d5c32 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.3.0.qualifier"
+ version="4.3.0.201603230630-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 e0209338..e3dd8cd9 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.3.0-SNAPSHOT</version>
+ <version>4.3.0.201603230630-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top