Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-22 06:59:02 +0000
committerMatthias Sohn2011-06-22 06:59:02 +0000
commit03143a1b4724dbb5b57a12d3215b61a2f404414f (patch)
treef5f7fbd9389a601210fcb84a36b4baa88f53a84e /org.eclipse.mylyn.github-feature
parent93a9e904b74b2880877bf1486509a719079b0fdf (diff)
downloadegit-github-03143a1b4724dbb5b57a12d3215b61a2f404414f.tar.gz
egit-github-03143a1b4724dbb5b57a12d3215b61a2f404414f.tar.xz
egit-github-03143a1b4724dbb5b57a12d3215b61a2f404414f.zip
Change-Id: Ibc54bf7ade3b26997848483a28e39d009cbd4fa5 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 e53ad391..a1a3ffa4 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="Eclipse EGit Mylyn GitHub Feature"
- version="1.0.0.qualifier"
+ version="1.0.0.201106220257-r"
provider-name="Eclipse EGit">
<description url="http://www.eclipse.org/egit">
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index 94e60962..7c5f3af6 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>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.201106220257-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>feature</artifactId>

Back to the top