Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
#29 Support for SonarQube 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPohl committed Mar 12, 2020
1 parent 3ac3e45 commit 7d4564e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<groupId>com.exxeta.iss</groupId>
<artifactId>sonar-msgflow-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.2.0</version>
<version>1.1.4-RC1</version>

<name>SonarQube Message Flow Plugin</name>
<description>The SonarQube Message Flow Plugin is a plugin to analyse msgflow files regarding configuration and wiring of message flow nodes for the IBM Integration Bus.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<sonar.buildVersion>7.9</sonar.buildVersion>
<sonar.buildVersion>7.4</sonar.buildVersion>
<jdk.min.version>1.7</jdk.min.version>
<sslr.version>1.22</sslr.version>
<version.shade.plugin>2.4.3</version.shade.plugin>
Expand Down

0 comments on commit 7d4564e

Please sign in to comment.