File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
# spotless-eclipse-base
2
2
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
-
7
3
### Version 3.2.1 - September 3rd 2019 ([ artifact] ( [jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-base) ) )
8
4
9
5
* Fixed deletion of temporary workspace. ([ #447 ] ( https://github.com/diffplug/spotless/issues/447 ) )
Original file line number Diff line number Diff line change 1
1
# Mayor versions correspond to the supported Eclipse core version.
2
2
# Minor version is incremented for features or incompatible changes (including changes to supported dependency versions).
3
3
# Patch version is incremented for backward compatible patches of this library.
4
- ext_version =3.3.0
4
+ ext_version =3.2.1
5
5
ext_artifactId =spotless-eclipse-base
6
6
ext_description =Eclipse bundle controller and services for Spotless
7
7
@@ -12,7 +12,7 @@ ext_group=com.diffplug.spotless
12
12
ext_VER_JAVA =1.8
13
13
14
14
# Compile dependencies
15
- VER_ECLIPSE_CORE_RESOURCES =[3.13.500 ,4.0.0[
15
+ VER_ECLIPSE_CORE_RESOURCES =[3.13.400 ,4.0.0[
16
16
17
17
# Provided dependencies
18
18
VER_SLF4J =[1.6,2.0[
You can’t perform that action at this time.
0 commit comments