diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2013-02-25 18:58:00 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2013-02-25 18:58:00 +0100 |
commit | 66e50c1f2623232cd1dfc7cda314b7aaf1e40083 (patch) | |
tree | 1fed499dd32d1a8a8417ceb2105d5931732351d2 /pom.xml | |
parent | 89ad184058dda7dc6710b838d90f02c24b34a7c6 (diff) | |
download | sonarqube-66e50c1f2623232cd1dfc7cda314b7aaf1e40083.tar.gz sonarqube-66e50c1f2623232cd1dfc7cda314b7aaf1e40083.zip |
[maven-release-plugin] prepare release 3.5-RC1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 9 insertions, 9 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>3.5-SNAPSHOT</version> + <version>3.5-RC1</version> <name>Sonar</name> <url>http://www.sonarsource.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -91,7 +90,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> @@ -1067,6 +1066,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>3.5-RC1</tag> </scm> <ciManagement> @@ -1243,7 +1243,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1256,7 +1256,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1269,7 +1269,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1283,7 +1283,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1296,7 +1296,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> |