Skip to content

Commit

Permalink
Release 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonartech committed Apr 2, 2015
1 parent 4e3fb97 commit 4aa9af3
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion microbenchmark-template/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>microbenchmark-template</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/sonar-core-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/sonar-email-notifications-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/sonar-l10n-en-plugin/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/sonar-xoo-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-process-monitor/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-process/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-search/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-server-benchmarks/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-web/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/sonar-ws-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ws-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-application/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-batch-maven-compat/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-batch-maven-compat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-batch-protocol/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-batch-protocol</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-batch/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-batch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-check-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-colorizer/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sonar-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-deprecated/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>sonar-deprecated</artifactId>
<name>SonarQube :: Deprecated</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-duplications/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-duplications</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-graph/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-home/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-home</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-java-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>sonar-java-api</artifactId>
<name>SonarQube :: Java API</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-markdown/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sonar-maven-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>sonar-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sonar-maven3-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>sonar-maven3-plugin</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sonar-plugin-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>sonar-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-testing-harness/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 4aa9af3

Please sign in to comment.