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 /plugins | |
parent | 4aac977ead94133143096782885f1f3a2af2062f (diff) | |
download | sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.tar.gz sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.zip |
[maven-release-plugin] prepare release 5.2-RC15.2-RC1
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-batch-maven-plugin/pom.xml | 5 | ||||
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/sonar-batch-maven-plugin/pom.xml b/plugins/sonar-batch-maven-plugin/pom.xml index 6aa5bc1d1d3..a7e5b3056ed 100644 --- a/plugins/sonar-batch-maven-plugin/pom.xml +++ b/plugins/sonar-batch-maven-plugin/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> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 29310fb8f1a..bfd9a87c36b 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC1</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> |