diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-04-07 15:23:57 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-04-07 15:23:57 +0200 |
commit | 61ec3471f7b42ff9b24816250dd617ad7f810afc (patch) | |
tree | a37b067d07c6a620bcc90ae7f07cc44886ca6e9f /sonar-db | |
parent | 9d3436c83373e930762fffefc3430c9f50b46cf2 (diff) | |
download | sonarqube-61ec3471f7b42ff9b24816250dd617ad7f810afc.tar.gz sonarqube-61ec3471f7b42ff9b24816250dd617ad7f810afc.zip |
[maven-release-plugin] prepare release 5.5
Diffstat (limited to 'sonar-db')
-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 a767c67c90e..31b08e21fce 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>5.5-SNAPSHOT</version> + <version>5.5</version> </parent> <artifactId>sonar-db</artifactId> |