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/12/28 17:10:44 UTC

[camel] branch master updated: Fixed versions of versions-maven-plugin, back to 2.8.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 344e6d8  Fixed versions of versions-maven-plugin, back to 2.8.1
344e6d8 is described below

commit 344e6d89caeca730c285df98701ca7f2b79d2a13
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 28 18:04:06 2020 +0100

    Fixed versions of versions-maven-plugin, back to 2.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba2fd61..44dab3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -397,7 +397,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>versions-maven-plugin</artifactId>
-                    <version>2.9</version>
+                    <version>2.8.1</version>
                 </plugin>
 
                 <plugin>