Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-12-21 01:13:02 +0000
committerMatthias Sohn2012-12-21 01:13:30 +0000
commita1b72b998f2b2fb5d833447c7649157ca105b06d (patch)
tree8a3431f1c51c0be700bd78dd0fc9d84421aeab6c /org.eclipse.mylyn.github-feature
parent937ada041b039887ae64e9d786d92758a7f24272 (diff)
downloadegit-github-a1b72b998f2b2fb5d833447c7649157ca105b06d.tar.gz
egit-github-a1b72b998f2b2fb5d833447c7649157ca105b06d.tar.xz
egit-github-a1b72b998f2b2fb5d833447c7649157ca105b06d.zip
Prepare post 2.2.0.201212191850-r buildsstable-2.2
Change-Id: I35cdee24ebd0f0f7625999564a5edbd63034a0b5 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 086f4c56..1980bf1f 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.201212191850-r"
+ version="2.2.0.qualifier"
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 db8eb885..e0490d7e 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.201212191850-r</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top