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

[camel] branch java-10-test updated: maven-plugin-plugin - fix snapshot version

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

onders pushed a commit to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/java-10-test by this push:
     new 4d3a1c3  maven-plugin-plugin - fix snapshot version
4d3a1c3 is described below

commit 4d3a1c37cabd0b4d1f319238764dc71d35166ca9
Author: önder sezgin <on...@apache.org>
AuthorDate: Thu Nov 1 10:19:02 2018 +0300

    maven-plugin-plugin - fix snapshot version
    
    set it to 3.6.0-SNAPSHOT
---
 tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
index 67f0ef5..101f247 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
@@ -156,7 +156,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.6-SNAPSHOT</version>
+          <version>3.6.0-SNAPSHOT</version>
           <configuration>
             <!-- see http://jira.codehaus.org/browse/MNG-5346 -->
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>