Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-06-04 11:45:11 +0000
committerMatthias Sohn2013-06-04 11:45:27 +0000
commit0fdbbac706be05cf3c91e6a657daf00c4381cee5 (patch)
tree191e701684d57c3880a9dad902c8b28162048528 /org.eclipse.mylyn.github-feature
parentfb66cd963a9cf8b6db939b6d852929e3d739a6d2 (diff)
downloadegit-github-0fdbbac706be05cf3c91e6a657daf00c4381cee5.tar.gz
egit-github-0fdbbac706be05cf3c91e6a657daf00c4381cee5.tar.xz
egit-github-0fdbbac706be05cf3c91e6a657daf00c4381cee5.zip
Prepare post 3.0.0 RC3 builds
Change-Id: Ifd5315c6f77d096389791c63f1f0cd843b92c397 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 285cd3ab..84831e78 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.201306040240-rc3"
+ version="3.0.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 b02408bf..406feac2 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.201306040240-rc3</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top