Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-01 16:32:13 +0000
committerMatthias Sohn2011-06-01 16:32:13 +0000
commit23fddce3e020af862cba60a6396ab8e8072bc8b2 (patch)
tree0b10eb55855142fa0f231e97e20e52433e902f20 /org.eclipse.egit-feature
parent547708a4718b9f639a7eaa57d88ae30ff4b8935c (diff)
downloadegit-23fddce3e020af862cba60a6396ab8e8072bc8b2.tar.gz
egit-23fddce3e020af862cba60a6396ab8e8072bc8b2.tar.xz
egit-23fddce3e020af862cba60a6396ab8e8072bc8b2.zip
Change-Id: I19f0672675f155a16fcc5cb614c4f48f9cc18b5a 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 5ce7719a76..da8488b205 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.0.0.qualifier"
+ version="1.0.0.201106011211-rc3"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 4b9c4c08ff..38c6bbfa6f 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.0.0-SNAPSHOT</version>
+ <version>1.0.0.201106011211-rc3</version>
</parent>
<artifactId>org.eclipse.egit-feature</artifactId>

Back to the top