You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/04/27 19:25:40 UTC

[maven-resources-plugin] branch master updated (2fe1e8c -> 38eb65a)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


    from 2fe1e8c  [MRESOURCES-277] Update plugin (requires Maven 3.2.5+)
     new 25dace9  Bump to 3.3.0-SNAPSHOT
     new 38eb65a  [MRESOURCES-282] Bump parent-pom from 34 to 36

The 2 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.


Summary of changes:
 pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)


[maven-resources-plugin] 02/02: [MRESOURCES-282] Bump parent-pom from 34 to 36

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git

commit 38eb65ac023cb9c003764342675eb7876c063baf
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Apr 27 21:11:50 2022 +0200

    [MRESOURCES-282] Bump parent-pom from 34 to 36
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 537d207..f6b3dce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>34</version>
+    <version>36</version>
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
@@ -100,6 +100,12 @@ under the License.
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-settings</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
@@ -219,6 +225,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-component-metadata</artifactId>
+            <version>2.1.1</version>
             <executions>
               <execution>
                 <goals>


[maven-resources-plugin] 01/02: Bump to 3.3.0-SNAPSHOT

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git

commit 25dace9f7524e1e20dc4d03d88fa6a66607797c0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Apr 27 21:09:51 2022 +0200

    Bump to 3.3.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d8cd6f7..537d207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Resources Plugin</name>