Skip to content

Commit

Permalink
Release version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Aug 30, 2016
1 parent 4f703ad commit d747d48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css-checks-testkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.css</groupId>
<artifactId>css</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<artifactId>css-checks-testkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion css-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.css</groupId>
<artifactId>css</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<artifactId>css-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion css-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.css</groupId>
<artifactId>css</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

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

<groupId>org.codehaus.sonar-plugins.css</groupId>
<artifactId>css</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>

<name>SonarQube CSS Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-css-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.css</groupId>
<artifactId>css</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

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

0 comments on commit d747d48

Please sign in to comment.