Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-08 12:25:32 +0000
committerMatthias Sohn2013-05-08 12:34:52 +0000
commit21f7a71ef6206ef195859c8a49c7432a660e60ac (patch)
tree7053dc4aebc18b51193c5d0a4aac5022544ea353 /org.eclipse.egit-feature
parent8f9bb23f78efd870256aefb63b1d77bd75c51ece (diff)
downloadegit-3.0.0.201305080800-m7.tar.gz
egit-3.0.0.201305080800-m7.tar.xz
egit-3.0.0.201305080800-m7.zip
Change-Id: I00acc9a793a022f4c15457e3ee5e40d971a6c118 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 1f3251ae76..d06fa7442a 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="3.0.0.qualifier"
+ version="3.0.0.201305080800-m7"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index e0267c493e..d8a329d24a 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>3.0.0-SNAPSHOT</version>
+ <version>3.0.0.201305080800-m7</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top