aboutsummaryrefslogtreecommitdiffstats
path: root/bom
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2016-10-20 12:40:04 +0300
committerPekka Hyvönen <pekka@vaadin.com>2016-10-20 12:40:04 +0300
commit6541122062aaceeb545732c6e8fe707bdb439c89 (patch)
treea178769e313219a8d302cde580d04d92622c1257 /bom
parent1c11016e7a5b3528001b9ddab513a9d2a94012bc (diff)
downloadvaadin-framework-6541122062aaceeb545732c6e8fe707bdb439c89.tar.gz
vaadin-framework-6541122062aaceeb545732c6e8fe707bdb439c89.zip
Add missing groupId to bom/pom.xml
Maven versions plugin will fail (NPE) otherwise. Change-Id: I8e3f53c5f2cb79c23b41fc35116a6cf03f23f232
Diffstat (limited to 'bom')
-rw-r--r--bom/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index 84ca2d1875..3110372fdd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -6,6 +6,7 @@
<artifactId>vaadin-parent</artifactId>
<version>1.0.0</version>
</parent>
+ <groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
<version>8.0-SNAPSHOT</version>