diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-02-09 11:03:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 11:03:06 +0200 |
commit | 568dab7a29f5944fb02929b888a40305d06f0333 (patch) | |
tree | 7e3fd9fbc1361e113c60c3a7b921ae9dcfb886e6 /pom.xml | |
parent | 79a33ef679f78169fb303c36bfefee6ce01cf58d (diff) | |
download | vaadin-framework-568dab7a29f5944fb02929b888a40305d06f0333.tar.gz vaadin-framework-568dab7a29f5944fb02929b888a40305d06f0333.zip |
Remove BOM from release profile (#8518)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |