summaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r--sonar-ws-client/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 983250ebe6e..bc08f630f4e 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/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.7-SNAPSHOT</version>
+ <version>3.7-RC1</version>
</parent>
<artifactId>sonar-ws-client</artifactId>
<packaging>jar</packaging>