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

@@ -1,12 +1,11 @@
<?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.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../..</relativePath>
</parent>


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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>

+ 7
- 8
pom.xml View File

@@ -1,12 +1,11 @@
<?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>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
@@ -1163,7 +1162,7 @@
<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.2-RC1</tag>
</scm>

<ciManagement>
@@ -1375,7 +1374,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1388,7 +1387,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1402,7 +1401,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1415,7 +1414,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>

+ 1
- 1
server/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>

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

@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

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

@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

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

@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server-benchmarks</artifactId>

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

@@ -1,11 +1,10 @@
<?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>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>

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

@@ -1,11 +1,10 @@
<?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>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-views-bridge</artifactId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-application</artifactId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

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

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

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

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-batch</artifactId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>


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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-core</artifactId>

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

@@ -1,12 +1,11 @@
<?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.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-db</artifactId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-duplications</artifactId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-home</artifactId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
<relativePath>..</relativePath>
</parent>


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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

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

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

@@ -1,12 +1,11 @@
<?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.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

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

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

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

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2-RC1</version>
</parent>

<artifactId>sonar-ws</artifactId>

Loading…
Cancel
Save