diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2013-12-17 14:38:47 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2013-12-17 14:38:47 +0100 |
commit | 9979e2efba462c321a1ed74adcd3bc1f35645da9 (patch) | |
tree | f7b83e8baede9ea77780badc395437c5fd0f02d1 /pom.xml | |
parent | 12c1440cd0334a796b7338c48fb739d26c98c234 (diff) | |
download | sonarqube-9979e2efba462c321a1ed74adcd3bc1f35645da9.tar.gz sonarqube-9979e2efba462c321a1ed74adcd3bc1f35645da9.zip |
[maven-release-plugin] prepare release 4.1-RC3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -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>4.1-SNAPSHOT</version> + <version>4.1-RC3</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -97,7 +96,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> @@ -1178,7 +1177,7 @@ <connection>scm:git:git@github.com:SonarSource/sonar.git</connection> <developerConnection>scm:git:git@github.com:SonarSource/sonar.git</developerConnection> <url>https://github.com/SonarSource/sonar</url> - <tag>HEAD</tag> + <tag>4.1-RC3</tag> </scm> <ciManagement> @@ -1289,7 +1288,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1302,7 +1301,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1315,7 +1314,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1329,7 +1328,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1342,7 +1341,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> |