Skip to main content
summaryrefslogtreecommitdiffstats
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
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')
-rw-r--r--org.eclipse.egit/plugin.properties2
-rw-r--r--org.eclipse.egit/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit/plugin.properties b/org.eclipse.egit/plugin.properties
index 9d4d71dd63..cf395375d0 100644
--- a/org.eclipse.egit/plugin.properties
+++ b/org.eclipse.egit/plugin.properties
@@ -6,5 +6,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
-plugin_name=Git Team Provider (Incubation)
+plugin_name=Git Team Provider
provider_name=Eclipse EGit
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