Skip to content

Commit 455505a

Browse files
committed
Rename embedded servlet tests
Rename `spring-boot-integration-tests-embedded-servlet-container` to `spring-boot-server-tests`. See gh-9316
1 parent b6a83eb commit 455505a

16 files changed

+3
-3
lines changed

Diff for: spring-boot-tests/spring-boot-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</properties>
1818
<modules>
1919
<module>spring-boot-devtools-tests</module>
20-
<module>spring-boot-integration-tests-embedded-servlet-container</module>
20+
<module>spring-boot-server-tests</module>
2121
<module>spring-boot-launch-script-tests</module>
2222
<module>spring-boot-security-tests</module>
2323
</modules>
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<artifactId>spring-boot-integration-tests</artifactId>
88
<version>${revision}</version>
99
</parent>
10-
<artifactId>spring-boot-integration-tests-embedded-servlet-container</artifactId>
10+
<artifactId>spring-boot-server-tests</artifactId>
1111
<packaging>jar</packaging>
12-
<name>Spring Boot Embedded Servlet Container Integration Tests</name>
12+
<name>Spring Boot Server Tests</name>
1313
<properties>
1414
<main.basedir>${basedir}/../../..</main.basedir>
1515
</properties>

0 commit comments

Comments
 (0)