aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2012-05-30 15:00:16 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2012-05-30 15:00:16 +0200
commite9533530ee3661301e3e6b8501bd84036164b61c (patch)
tree4c3fe8dfe556dda320107b239fcde9b87882829c /sonar-plugin-api/pom.xml
parent98373bb223e0a2e4ada867cde307a765a815a5c2 (diff)
downloadsonarqube-e9533530ee3661301e3e6b8501bd84036164b61c.tar.gz
sonarqube-e9533530ee3661301e3e6b8501bd84036164b61c.zip
[maven-release-plugin] prepare release 3.1-RC1
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 65981263a33..cb9fcae85b7 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -1,11 +1,10 @@
<?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>3.1-SNAPSHOT</version>
+ <version>3.1-RC1</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
<packaging>jar</packaging>