aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-19 15:31:12 +0300
committerArtur Signell <artur@vaadin.com>2016-08-19 16:03:50 +0300
commitd4dfb581605a632b0f709701f9cac368458e121d (patch)
tree8119f23448ecba5558e5942d446b1e9adcd1e5f9 /uitest/pom.xml
parente783f4fb7d88a5c03e66df77bb1ee1b764002b76 (diff)
downloadvaadin-framework-d4dfb581605a632b0f709701f9cac368458e121d.tar.gz
vaadin-framework-d4dfb581605a632b0f709701f9cac368458e121d.zip
Use the same groupId for all modules in the project
Change-Id: I9017e2540450e9548090c7fcdaefb1de3315587c
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index a36a257121..1afa592974 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -145,17 +145,17 @@
<!-- Vaadin 7 components -->
<dependency>
- <groupId>com.vaadin.v7</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>vaadin-compatibility-client-compiled</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.vaadin.v7</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>vaadin-compatibility-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.vaadin.v7</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>vaadin-compatibility-client</artifactId>
<version>${project.version}</version>
</dependency>