Skip to content

Commit

Permalink
The <url> field in the maven POM is now set correctly (fixes #798) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Apr 23, 2021
1 parent 59173b0 commit a05c354
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

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

## [2.13.4] - 2021-04-21
### Fixed
Expand Down
2 changes: 2 additions & 0 deletions plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).

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

## [5.12.4] - 2021-04-21
### Fixed
Expand Down
2 changes: 2 additions & 0 deletions plugin-maven/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

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

## [2.10.3] - 2021-04-21
### Fixed
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ if (startParameter.getProjectProperties().get('release') != 'true') {
include 'ide'
}

rootProject.name = 'spotless'

include 'lib' // reusable library with no dependencies
include 'testlib' // library for sharing test infrastructure between the projects below

Expand Down

0 comments on commit a05c354

Please sign in to comment.