Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2019-09-25 10:58:25 +0000
committerEd Merks2019-09-25 11:55:03 +0000
commit4612f71d7cfcb1171a36dc49b3eec1bfc8b94218 (patch)
tree13643ddc20437b414d59cc146ca252af3862e6bd /bundles/org.eclipse.swt.tools.base/pom.xml
parent2822ec713a601487babebbb3950746a13446ca61 (diff)
downloadeclipse.platform.swt-4612f71d7cfcb1171a36dc49b3eec1bfc8b94218.tar.gz
eclipse.platform.swt-4612f71d7cfcb1171a36dc49b3eec1bfc8b94218.tar.xz
eclipse.platform.swt-4612f71d7cfcb1171a36dc49b3eec1bfc8b94218.zip
Bug 551438 - Fix files that have ended up with CRLF in the git
repository Change-Id: I0b73a52d66fc55656971ed0e78bd436d3e0bdecf Signed-off-by: Ed Merks <ed.merks@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.swt.tools.base/pom.xml')
-rw-r--r--bundles/org.eclipse.swt.tools.base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools.base/pom.xml b/bundles/org.eclipse.swt.tools.base/pom.xml
index 92b67d0864..3b56b557f9 100644
--- a/bundles/org.eclipse.swt.tools.base/pom.xml
+++ b/bundles/org.eclipse.swt.tools.base/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tools.base</artifactId>
- <version>3.107.200-SNAPSHOT</version>
+ <version>3.107.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top