Rename `security-tests-*` to `security-test-*`
Update spring-boot-security-tests to use standard module names. Fixes gh-4101
This commit is contained in:
parent
661737ebac
commit
f02c651e40
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue