This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch version-maven-shared-resource
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit c9ce508b4c738c8e8c21fe55ece574fad7009e4a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jun 2 11:37:26 2024 +0200

    Introduce property for maven-shared-resources version
    
    It will allow easier to override for testing
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1bec6f7..b504066 100644
--- a/pom.xml
+++ b/pom.xml
@@ -959,6 +959,7 @@ under the License.
     <version.plexus-xml>3.0.0</version.plexus-xml>
     <versions.junit5>5.10.2</versions.junit5>
     <version.maven-fluido-skin>1.11.2</version.maven-fluido-skin>
+    <version.maven-shared-resources>5</version.maven-shared-resources>
     <!-- don't fail check for some rules that are too hard to enforce (could 
even be told broken for some)
          and those that are enforced by the formatting checks from spotless -->
     
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
@@ -1085,7 +1086,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>5</version>
+              <version>${version.maven-shared-resources}</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1219,7 +1220,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>5</version>
+              <version>${version.maven-shared-resources}</version>
             </dependency>
           </dependencies>
           <executions>

Reply via email to