aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 4c72cc20ea6..7c7c0562d0a 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>4.4-SNAPSHOT</version>
+ <version>4.4-RC1</version>
</parent>
<artifactId>sonar-server</artifactId>
<packaging>war</packaging>