diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-02-27 15:51:06 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-02-27 15:51:06 +0100 |
commit | c381ef44da8b734bc6300e39c301369139b6075d (patch) | |
tree | f6ba39bf6ceafc08f37d3a28c25e46b961d95a24 /sonar-server/pom.xml | |
parent | f560c410197e64b31674c97669f8b7cc7d47ae05 (diff) | |
download | sonarqube-c381ef44da8b734bc6300e39c301369139b6075d.tar.gz sonarqube-c381ef44da8b734bc6300e39c301369139b6075d.zip |
[maven-release-plugin] prepare release 2.14-RC1
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index e3e30dfb1bd..15c8c55d037 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/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>2.14-SNAPSHOT</version> + <version>2.14-RC1</version> </parent> <artifactId>sonar-server</artifactId> <packaging>war</packaging> |