aboutsummaryrefslogtreecommitdiffstats
path: root/bom
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2016-10-20 11:13:55 +0300
committerVaadin Code Review <review@vaadin.com>2016-10-20 08:40:25 +0000
commit4e33a308d3fd24747e4c16094a0f60b75f60a2a8 (patch)
tree988f5e0ad8f440ddd6ee402ebcf6560cd8e36ba1 /bom
parent9f672890c143098b266ede6397e89379a38cc098 (diff)
downloadvaadin-framework-4e33a308d3fd24747e4c16094a0f60b75f60a2a8.tar.gz
vaadin-framework-4e33a308d3fd24747e4c16094a0f60b75f60a2a8.zip
Add vaadin-all as parent for bom
Needed for distributionManagement settings. Change-Id: Ifdcbbac82ca73c86e9056b00a01b8b5e642b8e0c
Diffstat (limited to 'bom')
-rw-r--r--bom/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index 61cf906841..84ca2d1875 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1,7 +1,11 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.vaadin</groupId>
+ <parent>
+ <groupId>com.vaadin</groupId>
+ <artifactId>vaadin-parent</artifactId>
+ <version>1.0.0</version>
+ </parent>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
<version>8.0-SNAPSHOT</version>