JAVA-67:renamed spring-security-mvc-boot-1 to spring-security-web-boot-1

This commit is contained in:
sampadawagde 2020-08-13 12:52:53 +05:30
parent 36a2c6edb1
commit 787bbd4f2c
87 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-security-mvc-boot-1</artifactId> <artifactId>spring-security-web-boot-1</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>spring-security-mvc-boot-1</name> <name>spring-security-web-boot-1</name>
<packaging>war</packaging> <packaging>war</packaging>
<description>Spring Security MVC Boot - 1</description> <description>Spring Security MVC Boot - 1</description>