File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ ### Fixed
14
+ * The ` <url> ` field in the maven POM is now set correctly ([ #798 ] ( https://github.com/diffplug/spotless/issues/798 ) )
13
15
14
16
## [ 2.13.4] - 2021-04-21
15
17
### Fixed
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * The ` <url> ` field in the maven POM is now set correctly ([ #798 ] ( https://github.com/diffplug/spotless/issues/798 ) )
6
8
7
9
## [ 5.12.4] - 2021-04-21
8
10
### Fixed
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * The ` <url> ` field in the maven POM is now set correctly ([ #798 ] ( https://github.com/diffplug/spotless/issues/798 ) )
6
8
7
9
## [ 2.10.3] - 2021-04-21
8
10
### Fixed
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ if (startParameter.getProjectProperties().get('release') != 'true') {
60
60
include ' ide'
61
61
}
62
62
63
+ rootProject. name = ' spotless'
64
+
63
65
include ' lib' // reusable library with no dependencies
64
66
include ' testlib' // library for sharing test infrastructure between the projects below
65
67
You can’t perform that action at this time.
0 commit comments