Skip to content

Commit

Permalink
Merge pull request #815 from guwirth/cxx-0.9.5-release
Browse files Browse the repository at this point in the history
v0.9.5: remove RC2 from version
  • Loading branch information
guwirth committed Mar 26, 2016
2 parents 7e7020e + 30aecf8 commit d0fb89c
Show file tree
Hide file tree
Showing 6 changed files with 6 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.codehaus.sonar-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.5-RC2</version>
<version>0.9.5</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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.5-RC2</version>
<version>0.9.5</version>
</parent>
<artifactId>cxx-lint</artifactId>
<name>Cxx :: Lint</name>
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.codehaus.sonar-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.5-RC2</version>
<version>0.9.5</version>
</parent>

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

<groupId>org.codehaus.sonar-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.5-RC2</version>
<version>0.9.5</version>
<packaging>pom</packaging>

<name>Cxx</name>
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.codehaus.sonar-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.5-RC2</version>
<version>0.9.5</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.codehaus.sonar-plugins.cxx</groupId>
<artifactId>cxx</artifactId>
<version>0.9.5-RC2</version>
<version>0.9.5</version>
</parent>

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

0 comments on commit d0fb89c

Please sign in to comment.