summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-26 22:03:06 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-29 11:03:33 +0200
commit0c328cba1fe8b09f80e2e8d8e1e0d06e84125f13 (patch)
tree8c2d560af401fb4e16b8cb7d39f821013152ee4d
parent75b7b8905d81a5c54235ca432f12dffb40cd091e (diff)
downloadsonarqube-0c328cba1fe8b09f80e2e8d8e1e0d06e84125f13.tar.gz
sonarqube-0c328cba1fe8b09f80e2e8d8e1e0d06e84125f13.zip
Rename artifactId it-parent to it
-rw-r--r--it/it-plugins/pom.xml2
-rw-r--r--it/it-tests/pom.xml2
-rw-r--r--it/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/it/it-plugins/pom.xml b/it/it-plugins/pom.xml
index 8fb85d96e95..439f0a51aaa 100644
--- a/it/it-plugins/pom.xml
+++ b/it/it-plugins/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.it</groupId>
- <artifactId>it-parent</artifactId>
+ <artifactId>it</artifactId>
<version>5.2-SNAPSHOT</version>
</parent>
<artifactId>it-plugins</artifactId>
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml
index 171bdf86b99..774e9598149 100644
--- a/it/it-tests/pom.xml
+++ b/it/it-tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.it</groupId>
- <artifactId>it-parent</artifactId>
+ <artifactId>it</artifactId>
<version>5.2-SNAPSHOT</version>
</parent>
<artifactId>it-tests</artifactId>
diff --git a/it/pom.xml b/it/pom.xml
index 01377ab9bf9..d642948a94b 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.sonarsource.it</groupId>
- <artifactId>it-parent</artifactId>
+ <artifactId>it</artifactId>
<version>5.2-SNAPSHOT</version>
<name>SonarQube Integration Tests</name>
<packaging>pom</packaging>