diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-12 17:58:42 +0200 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-12 17:58:42 +0200 |
commit | d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9 (patch) | |
tree | 3664b2fa86338e1d5eaff609c4d823613db550d9 /sonar-plugin-api/pom.xml | |
parent | 4aac977ead94133143096782885f1f3a2af2062f (diff) | |
download | sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.tar.gz sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.zip |
[maven-release-plugin] prepare release 5.2-RC15.2-RC1
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 9d4519922d2..f2576ee6feb 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/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.2-SNAPSHOT</version> + <version>5.2-RC1</version> </parent> <artifactId>sonar-plugin-api</artifactId> |