Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-05-31 20:52:56 +0000
committerMatthias Sohn2011-05-31 21:30:59 +0000
commitf9c01c60450e3cf2c776cdcf21491125d66cce59 (patch)
tree32fc7dc59dd9a6b9de971661be95f6285cd4f791 /org.eclipse.egit/pom.xml
parenteac87ef43b5b627d4ecb460a0e901b0af82d85f9 (diff)
downloadegit-f9c01c60450e3cf2c776cdcf21491125d66cce59.tar.gz
egit-f9c01c60450e3cf2c776cdcf21491125d66cce59.tar.xz
egit-f9c01c60450e3cf2c776cdcf21491125d66cce59.zip
Remove incubation marker
Change-Id: Iff5908604f212b1d67e0be37c0deb2fdc86845a1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit/pom.xml')
-rw-r--r--org.eclipse.egit/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit/pom.xml b/org.eclipse.egit/pom.xml
index 542df821a7..b0cac341be 100644
--- a/org.eclipse.egit/pom.xml
+++ b/org.eclipse.egit/pom.xml
@@ -22,5 +22,5 @@
<artifactId>org.eclipse.egit</artifactId>
<packaging>eclipse-plugin</packaging>
- <name>Eclipse Git (Incubation)</name>
+ <name>Eclipse EGit</name>
</project>

Back to the top