Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 31faad335f6ce36f9a6e0cc229c0de52ac8acf48
https://github.com/hibernate/hibernate-search/commit/31faad335f6ce36f9a6e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
A jakarta/parents/internal/pom.xml
M jakarta/pom.xml
M jakarta/util/internal/integrationtest/pom.xml
M parents/integrationtest/pom.xml
A parents/internal/pom.xml
M pom.xml
M util/internal/integrationtest/pom.xml
M util/internal/test/pom.xml
Log Message:
-----------
HSEARCH-4240 Create a separate parent POM for internal, non-integration-test artifacts
This is needed for internal util modules, in particular:
those modules share a lot of characteristics with integration test
modules, but they definitely should be compiled with -release 8
so that we can freely reuse them when testing against JDK 8.
Integration tests, on the other hand, may be compiled with -release 11.