You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/26 11:06:14 UTC

[maven-shared-utils] branch mrp-3.1.0 created (now 6dd3e01)

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

sjaranowski pushed a change to branch mrp-3.1.0
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


      at 6dd3e01  Downgrade m-resource-p to 3.1.0

This branch includes the following new commits:

     new 6dd3e01  Downgrade m-resource-p to 3.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-shared-utils] 01/01: Downgrade m-resource-p to 3.1.0

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch mrp-3.1.0
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit 6dd3e01254d7c7dcf5f858e8c183e53e1c75852f
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Jul 26 13:05:43 2022 +0200

    Downgrade m-resource-p to 3.1.0
    
    Cause MSHARED-1112
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index bcae7c1..1ac5dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,18 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <!-- review with next pom or next m-resources-p -->
+          <!-- https://issues.apache.org/jira/browse/MSHARED-1112 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>