diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-07-20 10:30:19 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-07-20 10:30:19 +0200 |
commit | 41affbb82c5e897eea64f77538ce4b20322ba61c (patch) | |
tree | ec5f044888c95b00e159a6eacf8982f309ade361 /sonar-db/pom.xml | |
parent | 370ca7c85339a65fe247567ee81ae528f4244e35 (diff) | |
download | sonarqube-41affbb82c5e897eea64f77538ce4b20322ba61c.tar.gz sonarqube-41affbb82c5e897eea64f77538ce4b20322ba61c.zip |
[maven-release-plugin] prepare release 6.0-RC16.0-RC1
Diffstat (limited to 'sonar-db/pom.xml')
-rw-r--r-- | sonar-db/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index a85a8705f55..d9812a46364 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/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.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.0-RC1</version> </parent> <artifactId>sonar-db</artifactId> |