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 /sonar-core/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 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 956440c1268..d286e7a6a01 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -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>5.0-SNAPSHOT</version> + <version>5.0-RC1</version> </parent> <artifactId>sonar-core</artifactId> |