Skip to content

Commit ce6662f

Browse files
committed
Revert "eclipse-base update for 4.13 (#480)"
This reverts commit 8f167b8.
1 parent 1b8ef41 commit ce6662f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_ext/eclipse-base/CHANGES.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# spotless-eclipse-base
22

3-
### Version 3.3.0 - October 31st 2019 ([artifact]([jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-base)))
4-
5-
* Added support of Eclipse 4.13 framework. ([#480](https://github.com/diffplug/spotless/issues/480))
6-
73
### Version 3.2.1 - September 3rd 2019 ([artifact]([jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-base)))
84

95
* Fixed deletion of temporary workspace. ([#447](https://github.com/diffplug/spotless/issues/447))

_ext/eclipse-base/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mayor versions correspond to the supported Eclipse core version.
22
# Minor version is incremented for features or incompatible changes (including changes to supported dependency versions).
33
# Patch version is incremented for backward compatible patches of this library.
4-
ext_version=3.3.0
4+
ext_version=3.2.1
55
ext_artifactId=spotless-eclipse-base
66
ext_description=Eclipse bundle controller and services for Spotless
77

@@ -12,7 +12,7 @@ ext_group=com.diffplug.spotless
1212
ext_VER_JAVA=1.8
1313

1414
# Compile dependencies
15-
VER_ECLIPSE_CORE_RESOURCES=[3.13.500,4.0.0[
15+
VER_ECLIPSE_CORE_RESOURCES=[3.13.400,4.0.0[
1616

1717
# Provided dependencies
1818
VER_SLF4J=[1.6,2.0[

0 commit comments

Comments
 (0)