Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-12-20 00:53:11 +0000
committerMatthias Sohn2012-12-20 00:53:11 +0000
commit937ada041b039887ae64e9d786d92758a7f24272 (patch)
treea693fec049e47d649a2c31e521c3f9a7695f7a8c /org.eclipse.mylyn.github-feature
parent62cb5f2655da26bfa7ab64e650aab46417c736c7 (diff)
downloadegit-github-937ada041b039887ae64e9d786d92758a7f24272.tar.gz
egit-github-937ada041b039887ae64e9d786d92758a7f24272.tar.xz
egit-github-937ada041b039887ae64e9d786d92758a7f24272.zip
EGit GitHub Mylyn Connector v2.2.0.201212191850-rv2.2.0.201212191850-r
Change-Id: I137493fcc29d7116c4784cd45d9fd7042581265b 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 1980bf1f..086f4c56 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="2.2.0.qualifier"
+ version="2.2.0.201212191850-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 e0490d7e..db8eb885 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>2.2.0-SNAPSHOT</version>
+ <version>2.2.0.201212191850-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top