diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-15 15:23:27 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-19 09:24:26 +0300 |
commit | 1b73770105899b9015ff6685e7d6674934336ca4 (patch) | |
tree | 243873d5e3079e16065babbc9136cdff340aa295 /pom.xml | |
parent | b565956a51e870287fb01ea9365ce947e33641f5 (diff) | |
download | vaadin-framework-1b73770105899b9015ff6685e7d6674934336ca4.tar.gz vaadin-framework-1b73770105899b9015ff6685e7d6674934336ca4.zip |
Add Vaadin 7 compatibility modules
Change-Id: Ife8387c94c85a8167902e69fce5c3a6f761c5d8b
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -88,6 +88,10 @@ <module>uitest</module> <module>liferay</module> <module>all</module> + <module>compatibility-server</module> + <module>compatibility-client</module> + <module>compatibility-client-compiled</module> + <module>compatibility-shared</module> <!-- Nexus staging bug needs the last module to be deployed. --> <module>bom</module> </modules> |