<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
<connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection>
<url>https://github.com/SonarSource/sonarqube</url>
- <tag>HEAD</tag>
+ <tag>5.3-RC2</tag>
</scm>
<ciManagement>
<configuration>
<target>
<fileset id="fileset" dir="${project.basedir}/src/main/protobuf">
- <include name="*.proto"/>
+ <include name="*.proto" />
</fileset>
- <pathconvert refid="fileset" property="protos" pathsep=" "/>
- <mkdir dir="${project.build.directory}/generated-sources/protobuf"/>
- <chmod file="${protobuf.compiler}" perm="u+x"/>
+ <pathconvert refid="fileset" property="protos" pathsep=" " />
+ <mkdir dir="${project.build.directory}/generated-sources/protobuf" />
+ <chmod file="${protobuf.compiler}" perm="u+x" />
<exec failonerror="true" executable="${protobuf.compiler}">
- <arg value="--proto_path=${project.basedir}/src/main/protobuf"/>
- <arg value="--java_out=${project.build.directory}/generated-sources/protobuf"/>
- <arg line="${protos}"/>
+ <arg value="--proto_path=${project.basedir}/src/main/protobuf" />
+ <arg value="--java_out=${project.build.directory}/generated-sources/protobuf" />
+ <arg line="${protos}" />
</exec>
</target>
</configuration>
<configuration>
<target>
<fileset id="fileset" dir="${project.basedir}/src/test/protobuf">
- <include name="*.proto"/>
+ <include name="*.proto" />
</fileset>
- <pathconvert refid="fileset" property="protos" pathsep=" "/>
- <mkdir dir="${project.build.directory}/generated-test-sources/protobuf"/>
- <chmod file="${protobuf.compiler}" perm="u+x"/>
+ <pathconvert refid="fileset" property="protos" pathsep=" " />
+ <mkdir dir="${project.build.directory}/generated-test-sources/protobuf" />
+ <chmod file="${protobuf.compiler}" perm="u+x" />
<exec failonerror="true" executable="${protobuf.compiler}">
- <arg value="--proto_path=${project.basedir}/src/test/protobuf"/>
- <arg value="--java_out=${project.build.directory}/generated-test-sources/protobuf"/>
- <arg line="${protos}"/>
+ <arg value="--proto_path=${project.basedir}/src/test/protobuf" />
+ <arg value="--java_out=${project.build.directory}/generated-test-sources/protobuf" />
+ <arg line="${protos}" />
</exec>
</target>
</configuration>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-dev-cockpit-bridge</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server-benchmarks</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-views-bridge</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-application</artifactId>
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-batch-protocol</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-batch-shaded</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-batch</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-core</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-db</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-duplications</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-home</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-plugin-api-deps</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.3-SNAPSHOT</version>
+ <version>5.3-RC2</version>
</parent>
<artifactId>sonar-ws</artifactId>