You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/04/30 05:51:30 UTC

[karaf] branch karaf-4.2.x updated (6c46b1a -> 1e5f5b3)

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

jbonofre pushed a change to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git.


    from 6c46b1a  [KARAF-6686] Upgrade to maven-dependency-plugin 3.1.2
     new 6daddd0  [KARAF-6685] Upgrade to maven-antrun-plugin 3.0.0
     new 1e5f5b3  [KARAF-6688] Upgrade to maven-remote-resources-plugin 1.7.0

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[karaf] 01/02: [KARAF-6685] Upgrade to maven-antrun-plugin 3.0.0

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 6daddd0980b3941e094a435e72847d0b9b02a47d
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 27 07:27:29 2020 +0200

    [KARAF-6685] Upgrade to maven-antrun-plugin 3.0.0
    
    (cherry picked from commit 4c23dd51724860d6fdb561898384f32ba0cf408e)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f33ca0..76cc158 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1928,7 +1928,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.8</version>
+                    <version>3.0.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>ant-contrib</groupId>


[karaf] 02/02: [KARAF-6688] Upgrade to maven-remote-resources-plugin 1.7.0

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 1e5f5b3c82a69b1c9f82c1f4d649450c984ee07a
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 27 07:00:06 2020 +0200

    [KARAF-6688] Upgrade to maven-remote-resources-plugin 1.7.0
    
    (cherry picked from commit 3cb459fbe2099613a19a416ce082ec7f1ec1c1e4)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76cc158..35ea54b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1858,7 +1858,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.6.0</version>
+                    <version>1.7.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>