Browse Source

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

tags/3.4
Eric Hartmann 11 years ago
parent
commit
b2395fa820

+ 2
- 3
plugins/sonar-core-plugin/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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>../..</relativePath>
</parent>


+ 2
- 3
plugins/sonar-l10n-en-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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>../..</relativePath>
</parent>


+ 8
- 9
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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<name>Sonar</name>
<url>http://www.sonarsource.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
@@ -89,7 +88,7 @@
<skipSanityChecks>false</skipSanityChecks>

<!-- default GWT configuration. It's overridden by the profile 'dev' to speed up compilation in dev environments-->
<gwt.permutationSuffix/>
<gwt.permutationSuffix />
<gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs>
<sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url>
</properties>
@@ -1217,7 +1216,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1230,7 +1229,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1243,7 +1242,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1257,7 +1256,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1270,7 +1269,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>

<artifactId>sonar-application</artifactId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>

<artifactId>sonar-batch-maven-compat</artifactId>

+ 2
- 3
sonar-batch/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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>

<groupId>org.codehaus.sonar</groupId>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>..</relativePath>
</parent>


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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>..</relativePath>
</parent>


+ 2
- 3
sonar-core/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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>

<artifactId>sonar-core</artifactId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>
<artifactId>sonar-deprecated</artifactId>
<name>Sonar :: Deprecated</name>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>

<artifactId>sonar-duplications</artifactId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.codehaus.sonar</groupId>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>
<artifactId>sonar-java-api</artifactId>
<name>Sonar :: Java API</name>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>..</relativePath>
</parent>


+ 1
- 1
sonar-maven-plugin/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>
<artifactId>sonar-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

+ 1
- 1
sonar-maven3-plugin/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>
<artifactId>sonar-maven3-plugin</artifactId>
<packaging>maven-plugin</packaging>

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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>

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

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>
<artifactId>sonar-server</artifactId>
<packaging>war</packaging>

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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.codehaus.sonar</groupId>

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

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

+ 2
- 3
sonar-ws-client/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.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4-RC1</version>
</parent>
<artifactId>sonar-ws-client</artifactId>
<packaging>jar</packaging>

Loading…
Cancel
Save