aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-10 14:33:31 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-10 14:33:31 +0200
commitc4ddca5b55f3cbe21235cb7ee6f3ea3e2bbae128 (patch)
treed4a4ad97e2867f9df792f7e6ff13dee1c8526886 /server/sonar-server
parent4659898b6d290ce2f5b3edf7396e32e4caa2bb24 (diff)
downloadsonarqube-c4ddca5b55f3cbe21235cb7ee6f3ea3e2bbae128.tar.gz
sonarqube-c4ddca5b55f3cbe21235cb7ee6f3ea3e2bbae128.zip
Rename artifactId "sonar-server-parent" to "server"
Diffstat (limited to 'server/sonar-server')
-rw-r--r--server/sonar-server/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 7d8d9c27cfb..df235a47983 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-server-parent</artifactId>
+ <artifactId>server</artifactId>
<version>4.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>