You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/07 11:45:16 UTC

[camel-k-runtime] branch maven-source-plugin created (now e890d96)

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

acosentino pushed a change to branch maven-source-plugin
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at e890d96  Bump Maven source plugin to version 3.2.1

This branch includes the following new commits:

     new e890d96  Bump Maven source plugin to version 3.2.1

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.



[camel-k-runtime] 01/01: Bump Maven source plugin to version 3.2.1

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

acosentino pushed a commit to branch maven-source-plugin
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit e890d96cff9b2c87ad16a05afafdcc1b7e7d4cf9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 7 12:44:45 2020 +0100

    Bump Maven source plugin to version 3.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 66c7da2..0b36f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
         <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
         <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
         <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
-        <maven-source-plugin.version>3.1.0</maven-source-plugin.version>
+        <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
         <jandex-maven-plugin.version>1.0.7</jandex-maven-plugin.version>
         <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>