Commit 455505a1 authored by Phillip Webb's avatar Phillip Webb

Rename embedded servlet tests

Rename `spring-boot-integration-tests-embedded-servlet-container` to
`spring-boot-server-tests`.

See gh-9316
parent b6a83eb8
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</properties> </properties>
<modules> <modules>
<module>spring-boot-devtools-tests</module> <module>spring-boot-devtools-tests</module>
<module>spring-boot-integration-tests-embedded-servlet-container</module> <module>spring-boot-server-tests</module>
<module>spring-boot-launch-script-tests</module> <module>spring-boot-launch-script-tests</module>
<module>spring-boot-security-tests</module> <module>spring-boot-security-tests</module>
</modules> </modules>
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
<artifactId>spring-boot-integration-tests</artifactId> <artifactId>spring-boot-integration-tests</artifactId>
<version>${revision}</version> <version>${revision}</version>
</parent> </parent>
<artifactId>spring-boot-integration-tests-embedded-servlet-container</artifactId> <artifactId>spring-boot-server-tests</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spring Boot Embedded Servlet Container Integration Tests</name> <name>Spring Boot Server Tests</name>
<properties> <properties>
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment