Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-30 21:11:19 +0000
committerMatthias Sohn2012-05-30 21:26:11 +0000
commit88bc477d3dcb92ff93c86d6734f829df00601c34 (patch)
treef55994807890aa52bd7ab08034f5ae708159687a /org.eclipse.egit.import-feature
parent685f69aef5d789ebe43a304afe9bd95df414f446 (diff)
downloadegit-88bc477d3dcb92ff93c86d6734f829df00601c34.tar.gz
egit-88bc477d3dcb92ff93c86d6734f829df00601c34.tar.xz
egit-88bc477d3dcb92ff93c86d6734f829df00601c34.zip
Change-Id: I2aea187a7b545073e93a48b64321698e4e11b9b6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.import-feature')
-rw-r--r--org.eclipse.egit.import-feature/feature.xml2
-rw-r--r--org.eclipse.egit.import-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.import-feature/feature.xml b/org.eclipse.egit.import-feature/feature.xml
index 8e05181cbb..a21c837506 100644
--- a/org.eclipse.egit.import-feature/feature.xml
+++ b/org.eclipse.egit.import-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.import"
label="%featureName"
- version="2.0.0.qualifier"
+ version="2.0.0.201205301645-rc2"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit.import-feature/pom.xml b/org.eclipse.egit.import-feature/pom.xml
index 81260375b4..4a4fc0322a 100644
--- a/org.eclipse.egit.import-feature/pom.xml
+++ b/org.eclipse.egit.import-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.201205301645-rc2</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top