Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-06-24 17:00:24 +0000
committerKevin Sawicki2011-06-24 17:00:24 +0000
commitb6f48992db871f56fb4dc99a90d33d6af59e23c4 (patch)
treea2d06b6ba993899758f4ea23f1e5ff7202c45d6a /org.eclipse.mylyn.github-feature
parent03143a1b4724dbb5b57a12d3215b61a2f404414f (diff)
downloadegit-github-b6f48992db871f56fb4dc99a90d33d6af59e23c4.tar.gz
egit-github-b6f48992db871f56fb4dc99a90d33d6af59e23c4.tar.xz
egit-github-b6f48992db871f56fb4dc99a90d33d6af59e23c4.zip
Prepare post v1.0.0.201106220257-r buildsstable-1.0
Change-Id: I627d107969a80d1887f235190140c9bd077f218d Signed-off-by: Kevin Sawicki <kevin@github.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 a1a3ffa4..e53ad391 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.201106220257-r"
+ version="1.0.0.qualifier"
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 7c5f3af6..94e60962 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.201106220257-r</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>feature</artifactId>

Back to the top