JAVA-69: Renamed spring-security-rest-basic-auth to

spring-security-web-rest-basic-auth
This commit is contained in:
sampadawagde 2020-08-18 15:37:55 +05:30
parent 90e80fd32b
commit 526d66067f
23 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-security-rest-basic-auth</artifactId>
<artifactId>spring-security-web-rest-basic-auth</artifactId>
<version>0.2-SNAPSHOT</version>
<name>spring-security-rest-basic-auth</name>
<name>spring-security-web-rest-basic-auth</name>
<packaging>war</packaging>
<parent>