diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-07-16 13:51:30 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-07-20 12:59:15 +0200 |
commit | 73b46e381ff0a7a0b3bc280ac45de592e547513a (patch) | |
tree | a784542f624aa1a97be6f77eed75eda094be2166 /pom.xml | |
parent | f20b8927e6b8747b37ae750de393215312b774c2 (diff) | |
download | sonar-scanner-cli-73b46e381ff0a7a0b3bc280ac45de592e547513a.tar.gz sonar-scanner-cli-73b46e381ff0a7a0b3bc280ac45de592e547513a.zip |
merge it-sonar-runner and update groupId
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,12 +1,12 @@ <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.codehaus.sonar-plugins</groupId> + <groupId>org.sonarsource.parent</groupId> <artifactId>parent</artifactId> - <version>19</version> + <version>23</version> </parent> - <groupId>org.codehaus.sonar.runner</groupId> + <groupId>org.sonarsource.sonar-runner</groupId> <artifactId>sonar-runner</artifactId> <version>2.5-SNAPSHOT</version> <packaging>pom</packaging> @@ -14,15 +14,6 @@ <url>http://docs.codehaus.org/display/SONAR/Analyzing+with+SonarQube+Runner</url> <inceptionYear>2011</inceptionYear> - <!-- Overridding default properties to be able to deploy the release --> - <distributionManagement> - <repository> - <id>codehaus-nexus-staging</id> - <name>Codehaus Release Repository</name> - <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url> - </repository> - </distributionManagement> - <modules> <module>sonar-runner-api</module> <module>sonar-runner-batch</module> |