You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/10/22 22:15:24 UTC

[incubator-plc4x] branch master updated: - Updated sonar plugin version

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 75b3080  - Updated sonar plugin version
75b3080 is described below

commit 75b3080e70b89e8a5521d15e844ffce5e68145bc
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 22 23:15:19 2018 +0100

    - Updated sonar plugin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2495fac..a132dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -774,7 +774,7 @@
         <plugin>
           <groupId>org.sonarsource.scanner.maven</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>3.4.0.905</version>
+          <version>3.5.0.1254</version>
         </plugin>
 
         <!-- Configure the Site generation -->