Browse Source

[maven-release-plugin] prepare release 5.2-RC1

tags/5.2-RC1^0
Thomas Vérin 8 years ago
parent
commit
d5dd7720eb

+ 2
- 3
plugins/sonar-batch-maven-plugin/pom.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>


<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>



+ 1
- 1
plugins/sonar-xoo-plugin/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>sonar-xoo-plugin</artifactId> <artifactId>sonar-xoo-plugin</artifactId>

+ 7
- 8
pom.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?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/maven-v4_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/maven-v4_0_0.xsd">


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<name>SonarQube</name> <name>SonarQube</name>
<url>http://www.sonarqube.org/</url> <url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description> <description>Open source platform for continuous inspection of code quality</description>
<connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection> <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection> <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection>
<url>https://github.com/SonarSource/sonarqube</url> <url>https://github.com/SonarSource/sonarqube</url>
<tag>HEAD</tag>
<tag>5.2-RC1</tag>
</scm> </scm>


<ciManagement> <ciManagement>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/>
<ignore />
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/>
<ignore />
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/>
<ignore />
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/>
<ignore />
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>

+ 1
- 1
server/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

+ 1
- 1
server/sonar-process-monitor/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

+ 1
- 1
server/sonar-process/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

+ 1
- 1
server/sonar-search/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

+ 1
- 1
server/sonar-server-benchmarks/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>sonar-server-benchmarks</artifactId> <artifactId>sonar-server-benchmarks</artifactId>

+ 2
- 3
server/sonar-server/pom.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>sonar-server</artifactId> <artifactId>sonar-server</artifactId>

+ 2
- 3
server/sonar-views-bridge/pom.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>sonar-views-bridge</artifactId> <artifactId>sonar-views-bridge</artifactId>

+ 1
- 1
server/sonar-web/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId> <artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>sonar-web</artifactId> <artifactId>sonar-web</artifactId>

+ 1
- 1
sonar-application/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-application</artifactId> <artifactId>sonar-application</artifactId>

+ 1
- 1
sonar-batch-protocol/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-batch-protocol</artifactId> <artifactId>sonar-batch-protocol</artifactId>

+ 1
- 1
sonar-batch-shaded/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-batch-shaded</artifactId> <artifactId>sonar-batch-shaded</artifactId>

+ 1
- 1
sonar-batch/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-batch</artifactId> <artifactId>sonar-batch</artifactId>

+ 1
- 1
sonar-check-api/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>sonar-check-api</artifactId> <artifactId>sonar-check-api</artifactId>

+ 1
- 1
sonar-colorizer/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>



+ 1
- 1
sonar-core/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-core</artifactId> <artifactId>sonar-core</artifactId>

+ 2
- 3
sonar-db/pom.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>


<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-db</artifactId> <artifactId>sonar-db</artifactId>

+ 1
- 1
sonar-duplications/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-duplications</artifactId> <artifactId>sonar-duplications</artifactId>

+ 1
- 1
sonar-home/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-home</artifactId> <artifactId>sonar-home</artifactId>

+ 1
- 1
sonar-markdown/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>



+ 1
- 1
sonar-plugin-api-deps/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-plugin-api-deps</artifactId> <artifactId>sonar-plugin-api-deps</artifactId>

+ 2
- 3
sonar-plugin-api/pom.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>


<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-plugin-api</artifactId> <artifactId>sonar-plugin-api</artifactId>

+ 1
- 1
sonar-testing-harness/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>
<artifactId>sonar-testing-harness</artifactId> <artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

+ 1
- 1
sonar-ws/pom.xml View File

<parent> <parent>
<groupId>org.sonarsource.sonarqube</groupId> <groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId> <artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent> </parent>


<artifactId>sonar-ws</artifactId> <artifactId>sonar-ws</artifactId>

Loading…
Cancel
Save