Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-03 00:09:01 +0000
committerMatthias Sohn2014-03-03 00:15:08 +0000
commit34643671fcc4066752adc9736cf7f9074d8de2e8 (patch)
tree94633f6d2ea0a9bab561abae2946cfab098538bc /org.eclipse.mylyn.github-feature
parentf742617a64e85fad651efbd65c31b7e50c6a3a0a (diff)
downloadegit-github-34643671fcc4066752adc9736cf7f9074d8de2e8.tar.gz
egit-github-34643671fcc4066752adc9736cf7f9074d8de2e8.tar.xz
egit-github-34643671fcc4066752adc9736cf7f9074d8de2e8.zip
EGit Github Mylyn Connector v3.3.0.201403021825-rv3.3.0.201403021825-r
Change-Id: Ie161299dd91fcf2156a7e9bd445a90581802ef15 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 297715c1..f0a2cc7c 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="3.3.0.qualifier"
+ version="3.3.0.201403021825-r"
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 74faf672..9c625acd 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>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.201403021825-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top