Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-06-10 23:11:11 +0000
committerMatthias Sohn2013-06-10 23:11:11 +0000
commitc53c47f1689b16cfb0b412f9805859b90af86b03 (patch)
tree586f861b1fc3fa7489ff92f3e2666c9064d73318 /org.eclipse.mylyn.github-feature
parent757fa78e44b5f656dad20cc60e258a2fcf64f283 (diff)
downloadegit-github-3.0.0.201306101825-r.tar.gz
egit-github-3.0.0.201306101825-r.tar.xz
egit-github-3.0.0.201306101825-r.zip
EGit Github Mylyn Connector v3.0.0.201306101825-rv3.0.0.201306101825-r
Change-Id: I7c0cd0ddcef4fee29d751b772daf05ddc2bda533 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 84831e78..ad8ac70a 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.0.0.qualifier"
+ version="3.0.0.201306101825-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 406feac2..982ae41d 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.0.0-SNAPSHOT</version>
+ <version>3.0.0.201306101825-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top