[java-parent-project] branch main updated: Pin the maven versions plugin version

Rod Widdowson rdw at steadingsoftware.com
Thu Dec 15 16:47:03 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=b5b652e08f3e420f2e610c14a69a58c2f20caa86

The following commit(s) were added to refs/heads/main by this push:
     new b5b652e  Pin the maven versions plugin version
b5b652e is described below

commit b5b652e08f3e420f2e610c14a69a58c2f20caa86
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 fa5542a..b92321c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,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>
@@ -853,6 +854,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