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

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

Fixes gh-4101
This commit is contained in:
Phillip Webb 2015-10-14 23:25:24 -07:00
parent 661737ebac
commit f02c651e40
4 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<modules>
<module>spring-boot-security-tests-web-helloworld</module>
<module>spring-boot-security-test-web-helloworld</module>
</modules>
</project>

View File

@ -7,7 +7,7 @@
<version>1.3.0.BUILD-SNAPSHOT</version>
<relativePath>../</relativePath>
</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>
<description>${project.name}</description>
<url>http://projects.spring.io/spring-boot/</url>