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/27 11:49:13 UTC

[karaf] branch master updated: [KARAF-6690] Upgrade to maven-source-plugin 3.2.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35c6804  [KARAF-6690] Upgrade to maven-source-plugin 3.2.1
     new 3b2ada7  Merge pull request #1103 from jbonofre/KARAF-6690
35c6804 is described below

commit 35c68042ac3b5b66aecf3f3c553d2fcb07d9070c
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 27 06:53:07 2020 +0200

    [KARAF-6690] Upgrade to maven-source-plugin 3.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10c046f..ce0e743 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1914,7 +1914,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.2.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>