diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-11 12:18:54 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-11 12:18:54 +0100 |
commit | b051ef52178c18b32238715b0ec284a7ce53616e (patch) | |
tree | 311cb91525e3233dcf8f39566b840673fb066e59 /plugins/sonar-core-plugin/pom.xml | |
parent | daddbc85820f4daea58221186207c7bac93b1201 (diff) | |
download | sonarqube-b051ef52178c18b32238715b0ec284a7ce53616e.tar.gz sonarqube-b051ef52178c18b32238715b0ec284a7ce53616e.zip |
[maven-release-plugin] prepare release 5.0-RC15.0-RC1
Diffstat (limited to 'plugins/sonar-core-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-core-plugin/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index 883a11da76a..91002c7b1e8 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -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>5.0-SNAPSHOT</version> + <version>5.0-RC1</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> |