parent
d9466f5659
commit
0a02a3a19c
|
@ -18,7 +18,6 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>spring-boot-configuration-processor-tests</module>
|
<module>spring-boot-configuration-processor-tests</module>
|
||||||
<module>spring-boot-devtools-tests</module>
|
<module>spring-boot-devtools-tests</module>
|
||||||
<module>spring-boot-hibernate52-tests</module>
|
|
||||||
<module>spring-boot-server-tests</module>
|
<module>spring-boot-server-tests</module>
|
||||||
<module>spring-boot-launch-script-tests</module>
|
<module>spring-boot-launch-script-tests</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
<module>spring-boot-smoke-test-devtools</module>
|
<module>spring-boot-smoke-test-devtools</module>
|
||||||
<module>spring-boot-smoke-test-flyway</module>
|
<module>spring-boot-smoke-test-flyway</module>
|
||||||
<module>spring-boot-smoke-test-hateoas</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-integration</module>
|
||||||
<module>spring-boot-smoke-test-jersey</module>
|
<module>spring-boot-smoke-test-jersey</module>
|
||||||
<module>spring-boot-smoke-test-jetty</module>
|
<module>spring-boot-smoke-test-jetty</module>
|
||||||
|
|
|
@ -3,12 +3,13 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
|
<!-- Your own application should inherit from spring-boot-starter-parent -->
|
||||||
|
<artifactId>spring-boot-smoke-tests</artifactId>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-integration-tests</artifactId>
|
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-boot-hibernate52-tests</artifactId>
|
<artifactId>spring-boot-smoke-test-hibernate52</artifactId>
|
||||||
<name>Spring Boot Hibernate 5.2 tests</name>
|
<name>Spring Boot Hibernate 5.2 Smoke Tests</name>
|
||||||
<description>${project.name}</description>
|
<description>${project.name}</description>
|
||||||
<properties>
|
<properties>
|
||||||
<main.basedir>${basedir}/../../..</main.basedir>
|
<main.basedir>${basedir}/../../..</main.basedir>
|
Loading…
Reference in New Issue