Commit f02c651e authored by Phillip Webb's avatar Phillip Webb

Rename `security-tests-*` to `security-test-*`

Update spring-boot-security-tests to use standard module names.

Fixes gh-4101
parent 661737eb
...@@ -19,6 +19,6 @@ ...@@ -19,6 +19,6 @@
<main.basedir>${basedir}/../..</main.basedir> <main.basedir>${basedir}/../..</main.basedir>
</properties> </properties>
<modules> <modules>
<module>spring-boot-security-tests-web-helloworld</module> <module>spring-boot-security-test-web-helloworld</module>
</modules> </modules>
</project> </project>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<version>1.3.0.BUILD-SNAPSHOT</version> <version>1.3.0.BUILD-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<artifactId>spring-boot-security-tests-web-helloworld</artifactId> <artifactId>spring-boot-security-test-web-helloworld</artifactId>
<name>Spring Boot Security Tests - Web Hello World</name> <name>Spring Boot Security Tests - Web Hello World</name>
<description>${project.name}</description> <description>${project.name}</description>
<url>http://projects.spring.io/spring-boot/</url> <url>http://projects.spring.io/spring-boot/</url>
......
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