Move Hibernate52 tests under smoke tests

Closes gh-17393
This commit is contained in:
Madhura Bhave 2019-07-02 16:06:06 -07:00
parent d9466f5659
commit 0a02a3a19c
5 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,6 @@
<modules>
<module>spring-boot-configuration-processor-tests</module>
<module>spring-boot-devtools-tests</module>
<module>spring-boot-hibernate52-tests</module>
<module>spring-boot-server-tests</module>
<module>spring-boot-launch-script-tests</module>
</modules>

View File

@ -46,6 +46,7 @@
<module>spring-boot-smoke-test-devtools</module>
<module>spring-boot-smoke-test-flyway</module>
<module>spring-boot-smoke-test-hateoas</module>
<module>spring-boot-smoke-test-hibernate52</module>
<module>spring-boot-smoke-test-integration</module>
<module>spring-boot-smoke-test-jersey</module>
<module>spring-boot-smoke-test-jetty</module>

View File

@ -3,12 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<!-- Your own application should inherit from spring-boot-starter-parent -->
<artifactId>spring-boot-smoke-tests</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-integration-tests</artifactId>
<version>${revision}</version>
</parent>
<artifactId>spring-boot-hibernate52-tests</artifactId>
<name>Spring Boot Hibernate 5.2 tests</name>
<artifactId>spring-boot-smoke-test-hibernate52</artifactId>
<name>Spring Boot Hibernate 5.2 Smoke Tests</name>
<description>${project.name}</description>
<properties>
<main.basedir>${basedir}/../../..</main.basedir>