[java-parent-project] branch maint-11 updated: Pin the maven versions plugin version
Rod Widdowson
rdw at steadingsoftware.com
Thu Dec 15 16:46:35 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=7c4763fc92ee53b548f5306b9c3e15acab34e0ed
The following commit(s) were added to refs/heads/maint-11 by this push:
new 7c4763f Pin the maven versions plugin version
7c4763f is described below
commit 7c4763fc92ee53b548f5306b9c3e15acab34e0ed
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Dec 15 16:44:42 2022 +0000
Pin the maven versions plugin version
For now pin it to 1.13 (one behind current) pending checking the signatures
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 79afb9d..773c151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
<maven-site-plugin.version>3.11.0</maven-site-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
+ <maven-versions-plugin.version>2.13.0</maven-versions-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<maven.central.url>https://repo1.maven.org/maven2</maven.central.url>
@@ -871,6 +872,11 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>${maven-versions-plugin.version}</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list