diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-03-05 11:54:14 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-03-05 11:54:14 +0100 |
commit | 7c6222ae03569c5af98fdbe646edde3f52cd1674 (patch) | |
tree | 55ad97286c5c412ac2f9c2ea789e8387637a0dc3 /plugins/sonar-design-plugin | |
parent | 55def5196301144549383879c9e3e3752573155c (diff) | |
parent | 449823bb51378c333f4028d1ff015d5c50e973d9 (diff) | |
download | sonarqube-7c6222ae03569c5af98fdbe646edde3f52cd1674.tar.gz sonarqube-7c6222ae03569c5af98fdbe646edde3f52cd1674.zip |
Merge branch 'release-2.14'
Diffstat (limited to 'plugins/sonar-design-plugin')
-rw-r--r-- | plugins/sonar-design-plugin/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index 4e698afb2a3..fbdb19cbac5 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -1,6 +1,5 @@ <?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> |