Skip to content

Commit ecc2998

Browse files
committed
The <url> field in the maven POM is now set correctly (fixes #798)
1 parent 59173b0 commit ecc2998

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

Diff for: CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This document is intended for Spotless developers.
1010
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
1111

1212
## [Unreleased]
13+
### Fixed
14+
* The `<url>` field in the maven POM is now set correctly ([#798](https://github.com/diffplug/spotless/issues/798))
1315

1416
## [2.13.4] - 2021-04-21
1517
### Fixed

Diff for: plugin-gradle/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
44

55
## [Unreleased]
6+
### Fixed
7+
* The `<url>` field in the maven POM is now set correctly ([#798](https://github.com/diffplug/spotless/issues/798))
68

79
## [5.12.4] - 2021-04-21
810
### Fixed

Diff for: plugin-maven/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
44

55
## [Unreleased]
6+
### Fixed
7+
* The `<url>` field in the maven POM is now set correctly ([#798](https://github.com/diffplug/spotless/issues/798))
68

79
## [2.10.3] - 2021-04-21
810
### Fixed

Diff for: settings.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ if (startParameter.getProjectProperties().get('release') != 'true') {
6060
include 'ide'
6161
}
6262

63+
rootProject.name = 'spotless'
64+
6365
include 'lib' // reusable library with no dependencies
6466
include 'testlib' // library for sharing test infrastructure between the projects below
6567

0 commit comments

Comments
 (0)