summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-02-09 11:03:06 +0200
committerGitHub <noreply@github.com>2017-02-09 11:03:06 +0200
commit568dab7a29f5944fb02929b888a40305d06f0333 (patch)
tree7e3fd9fbc1361e113c60c3a7b921ae9dcfb886e6 /pom.xml
parent79a33ef679f78169fb303c36bfefee6ce01cf58d (diff)
downloadvaadin-framework-568dab7a29f5944fb02929b888a40305d06f0333.tar.gz
vaadin-framework-568dab7a29f5944fb02929b888a40305d06f0333.zip
Remove BOM from release profile (#8518)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8da154286f..fdc697beb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -632,9 +632,9 @@
<module>compatibility-client-compiled</module>
<module>compatibility-shared</module>
<module>compatibility-themes</module>
- <module>testbench-api</module>
<!-- Nexus staging bug needs the last module to be deployed. -->
- <module>bom</module>
+ <module>testbench-api</module>
+ <!-- BOM is built and released separately -->
</modules>
<build>