Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-10-28 06:08:54 +0000
committerMichael Keppler2018-10-28 06:32:20 +0000
commit27820ceb62b9a31c4fefcf147df7667b6c73634f (patch)
tree70136bf9b2202ca620bc090f5458a6d8d1ff6e97 /bundles/org.eclipse.team.ui/pom.xml
parentc876ccb5329dfb333ec5851532f65876348c569b (diff)
downloadeclipse.platform.team-27820ceb62b9a31c4fefcf147df7667b6c73634f.tar.gz
eclipse.platform.team-27820ceb62b9a31c4fefcf147df7667b6c73634f.tar.xz
eclipse.platform.team-27820ceb62b9a31c4fefcf147df7667b6c73634f.zip
[minor] Fix typo in extension point descriptionI20181028-1800
Change-Id: I6d1feebdbff27f880b32d1951cf18e369c0110db Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.team.ui/pom.xml')
-rw-r--r--bundles/org.eclipse.team.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/pom.xml b/bundles/org.eclipse.team.ui/pom.xml
index b4253a81e..0a4226503 100644
--- a/bundles/org.eclipse.team.ui/pom.xml
+++ b/bundles/org.eclipse.team.ui/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.ui</artifactId>
- <version>3.8.200-SNAPSHOT</version>
+ <version>3.8.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top