diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-19 15:31:12 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-19 16:03:50 +0300 |
commit | d4dfb581605a632b0f709701f9cac368458e121d (patch) | |
tree | 8119f23448ecba5558e5942d446b1e9adcd1e5f9 /uitest | |
parent | e783f4fb7d88a5c03e66df77bb1ee1b764002b76 (diff) | |
download | vaadin-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')
-rw-r--r-- | uitest/pom.xml | 6 |
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> |