This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit 8614da2041c705a8392229db0d8e087721238d84 Author: Dan Haywood <[email protected]> AuthorDate: Sat Aug 20 15:33:04 2022 +0100 ISIS-2965: reconciles bom/pom.xml with org.apache:apache:27 (latest version) (3) --- bom/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index e90dc1a3ec..ac3472a262 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -388,6 +388,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif <lombok.version>1.18.24</lombok.version> <!-- overriding Spring --> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> + <maven-release-plugin.version>3.0.0-M6</maven-release-plugin.version> <maven-war-plugin.version>3.3.2</maven-war-plugin.version> <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions --> @@ -580,7 +581,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>3.0.0-M6</version> + <version>${maven-release-plugin.version}</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <goals>deploy</goals>
