You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/10/14 11:06:57 UTC

[camel-spring-boot] branch master updated: Add checkstyle version to pom

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d34635  Add checkstyle version to pom
7d34635 is described below

commit 7d34635a5cf6da150448f4115f20b67d78bac7c9
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 14 13:05:28 2020 +0200

    Add checkstyle version to pom
---
 tooling/camel-starter-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/camel-starter-parent/pom.xml b/tooling/camel-starter-parent/pom.xml
index 30b77e5..c693872 100644
--- a/tooling/camel-starter-parent/pom.xml
+++ b/tooling/camel-starter-parent/pom.xml
@@ -188,6 +188,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-checkstyle-plugin</artifactId>
+                        <version>3.1.1</version>
                     </plugin>
                 </plugins>
             </build>