[java-parent-project] branch main updated: Make antrun plugin version a property It is used in other places

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 17 09:52:18 UTC 2025


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=173f80519fdc8e8767e4a12178568c98191e6214

The following commit(s) were added to refs/heads/main by this push:
     new 173f805  Make antrun plugin version a property It is used in other places
173f805 is described below

commit 173f80519fdc8e8767e4a12178568c98191e6214
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 17 10:52:14 2025 +0100

    Make antrun plugin version a property
    It is used in other places
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e7c70e1..c256b93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
 
         <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
+	<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
         <maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
         <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
         <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
@@ -890,7 +891,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-antrun-plugin</artifactId>
-                        <version>3.1.0</version>
+                        <version>${maven-antrun-plugin.version}</version>
                         <executions>
                             <execution>
                                 <id>create-gnupg-homedir-and-import-secret-key-from-env</id>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list