Browse Source

Rename artifactId "sonar-server-parent" to "server"

tags/4.5-RC1
Simon Brandhof 10 years ago
parent
commit
c4ddca5b55
4 changed files with 6 additions and 5 deletions
  1. 1
    1
      server/pom.xml
  2. 1
    1
      server/sonar-process/pom.xml
  3. 3
    2
      server/sonar-search/pom.xml
  4. 1
    1
      server/sonar-server/pom.xml

+ 1
- 1
server/pom.xml View File

@@ -6,7 +6,7 @@
<artifactId>sonar</artifactId>
<version>4.5-SNAPSHOT</version>
</parent>
<artifactId>sonar-server-parent</artifactId>
<artifactId>server</artifactId>
<packaging>pom</packaging>
<name>SonarQube :: Server :: Parent</name>


+ 1
- 1
server/sonar-process/pom.xml View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-server-parent</artifactId>
<artifactId>server</artifactId>
<version>4.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

+ 3
- 2
server/sonar-search/pom.xml View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-server-parent</artifactId>
<artifactId>server</artifactId>
<version>4.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
@@ -13,6 +13,7 @@
<artifactId>sonar-search</artifactId>
<packaging>jar</packaging>
<name>SonarQube :: Search</name>
<description>Elasticsearch Wrapper</description>

<dependencies>
<dependency>
@@ -60,4 +61,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

+ 1
- 1
server/sonar-server/pom.xml View File

@@ -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>

Loading…
Cancel
Save