Browse Source

Remove BOM from release profile (#8518)

tags/8.0.0.rc1
Henri Sara 7 years ago
parent
commit
568dab7a29
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -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>

Loading…
Cancel
Save