Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaudoin committed Sep 18, 2021
1 parent 1f250c7 commit 97a147c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sbaudoin</groupId>
<artifactId>sonar-ansible</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>pom</packaging>

<name>SonarQube Ansible</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-ansible-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.sbaudoin</groupId>
<artifactId>sonar-ansible</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>sonar-ansible-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sonar-ansible-extras-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Follow the SonarQube standard if possible: sonar-xxx-plugin -->
<artifactId>sonar-ansible-extras-plugin</artifactId>
<!-- Also give a version to your plugin. Good practices make the version to be incremented every time you change the content of the plugin. -->
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>sonar-plugin</packaging>

<!-- Give a suitable name and description to your rules/plugin -->
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.github.sbaudoin</groupId>
<artifactId>sonar-ansible-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-ansible-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.sbaudoin</groupId>
<artifactId>sonar-ansible</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>sonar-ansible-plugin</artifactId>
Expand Down

0 comments on commit 97a147c

Please sign in to comment.