Skip to content

Commit

Permalink
Merge pull request #893 from SonarOpenCommunity/v0.9.6-release
Browse files Browse the repository at this point in the history
v0.9.6 release
  • Loading branch information
guwirth authored Jun 23, 2016
2 parents 66e51ef + 5335bcc commit e0ba02c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cxx-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<artifactId>cxx-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cxx-lint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<artifactId>cxx-lint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cxx-squid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<artifactId>cxx-squid</artifactId>
Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>pom</packaging>

<name>Cxx</name>
Expand Down Expand Up @@ -124,6 +124,16 @@
<name>Baptiste Wicht</name>
<email></email>
</developer>
<developer>
<id>arnaudsylvestre</id>
<name>Arnaud SYLVESTRE</name>
<email>[email protected]</email>
</developer>
<developer>
<id>BobSilent</id>
<name>BobSilent</name>
<email></email>
</developer>
</developers>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sonar-cxx-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<artifactId>sonar-cxx-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sslr-cxx-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<artifactId>sslr-cxx-toolkit</artifactId>
Expand Down

0 comments on commit e0ba02c

Please sign in to comment.