[java-identity-provider] branch main updated: Use property for antrun version
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 17 10:00:36 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f7a213623b18ef0fb10e02c81d77f70ebdcb0109
The following commit(s) were added to refs/heads/main by this push:
new f7a213623 Use property for antrun version
f7a213623 is described below
commit f7a213623b18ef0fb10e02c81d77f70ebdcb0109
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 17 10:52:54 2025 +0100
Use property for antrun version
---
idp-msi/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index a2fe8dea8..ededc414b 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.8</version>
+ <version>${maven-antrun-plugin.version}</version>
<executions>
<execution>
<id>move-msi-to-target</id>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list