summaryrefslogtreecommitdiffstats
path: root/bom
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2016-10-18 12:32:04 +0300
committerPekka Hyvönen <pekka@vaadin.com>2016-10-18 12:32:04 +0300
commit8d56ae55ede761d4392ead96b1e11f5602892629 (patch)
tree66613c66776c8b4c0e30116ede449287089e76e4 /bom
parent53f990042418c66939292189879c296a85b654dd (diff)
downloadvaadin-framework-8d56ae55ede761d4392ead96b1e11f5602892629.tar.gz
vaadin-framework-8d56ae55ede761d4392ead96b1e11f5602892629.zip
Fix root dependencies from leaking to BOM
Build must be updated to update version for /bom/pom.xml separately. Change-Id: I0d8fba4a495e7f7bb3f4ed0bee000a9c3ac362f9
Diffstat (limited to 'bom')
-rw-r--r--bom/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index d154f79b4f..61cf906841 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1,14 +1,10 @@
<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>
- <parent>
- <groupId>com.vaadin</groupId>
- <artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
- </parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
+ <version>8.0-SNAPSHOT</version>
<name>Vaadin Framework (Bill of Materials)</name>
<description>Vaadin Framework (Bill of Materials)</description>
<url>http://vaadin.com</url>