[java-idp-jetty-base] branch dev/IDP-2147 updated: Use property for the version of exec-maven-plugin

Rod Widdowson rdw at steadingsoftware.com
Tue Nov 7 15:01:36 UTC 2023


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

rdw pushed a commit to branch dev/IDP-2147
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=ddc203f11b2be0ecd91015be3aca800ac7ce8700

The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
     new ddc203f  Use property for the version of exec-maven-plugin
ddc203f is described below

commit ddc203f11b2be0ecd91015be3aca800ac7ce8700
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Nov 7 15:01:27 2023 +0000

    Use property for the version of exec-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6010464..7b4ae28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>exec-maven-plugin</artifactId>
-                        <version>3.1.0</version>
+                        <version>${maven-exec-plugin.version}</version>
                         <executions>
                             <!-- clean -->
                             <execution>

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


More information about the commits mailing list