Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-07 23:51:38 +0000
committerMatthias Sohn2011-09-07 23:51:38 +0000
commitff311784c7437932383f8bca10246ad4bd0b9f21 (patch)
tree351e940feb273922a02958613cbfde0ce2a05bb0 /org.eclipse.egit-feature
parent9929a92e185909f3e3fdb4fd6d0c938042d9dbd5 (diff)
downloadegit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.gz
egit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.xz
egit-ff311784c7437932383f8bca10246ad4bd0b9f21.zip
Prepare post v1.1.0.201109071825-rc3 builds
Change-Id: If2a7dc355c75f1717f5f86460c93a69f1f8037c3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml2
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index a7f1a9c215..a3da9610e5 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit"
label="%featureName"
- version="1.1.0.201109071825-rc3"
+ version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 2b23edf1c1..be8b54f60f 100644
--- a/org.eclipse.egit-feature/pom.xml
+++ b/org.eclipse.egit-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>1.1.0.201109071825-rc3</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit-feature</artifactId>

Back to the top