You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/09/16 15:22:18 UTC

[maven-resolver] branch master updated: [MRESOLVER-272] Update parent POM to 37, remove plugin version overrides, update bnd (#193)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 60fb3123 [MRESOLVER-272] Update parent POM to 37, remove plugin version overrides, update bnd (#193)
60fb3123 is described below

commit 60fb3123f3438d4dd4ba1a313fdfeaac42c175b3
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Sep 16 17:22:14 2022 +0200

    [MRESOLVER-272] Update parent POM to 37, remove plugin version overrides, update bnd (#193)
    
    * [MRESOLVER-272] Update parent POM
    
    Remove version overrides and update bnd plugin
    as well. Add ignore for gitattributes related to RAT-308.
---
 pom.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60581e28..c3278585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -381,7 +381,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.0.0-M6</version>
           <configuration>
             <argLine>-Xmx128m</argLine>
             <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
@@ -393,7 +392,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.0.0-M6</version>
           <configuration>
             <failIfNoTests>false</failIfNoTests>
             <argLine>-Xmx128m</argLine>
@@ -433,14 +431,14 @@
               <exclude>src/test/resources/**/*.ini</exclude>
               <exclude>src/test/resources/**/*.txt</exclude>
               <exclude>src/test/resources/ssl/*-store</exclude>
-              <exclude>.travis.yml</exclude>
+              <exclude>.gitattributes</exclude>
             </excludes>
           </configuration>
         </plugin>
         <plugin>
           <groupId>biz.aQute.bnd</groupId>
           <artifactId>bnd-maven-plugin</artifactId>
-          <version>6.2.0</version>
+          <version>6.3.1</version>
           <executions>
             <execution>
               <id>bnd-process</id>