JAVA-69: Renamed spring-security-x509 to spring-security-web-x509
This commit is contained in:
parent
ec76361474
commit
796b49b348
|
@ -2,9 +2,9 @@
|
|||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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-x509</artifactId>
|
||||
<artifactId>spring-security-web-x509</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-security-x509</name>
|
||||
<name>spring-security-web-x509</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
|
@ -15,8 +15,8 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>spring-security-x509-basic-auth</module>
|
||||
<module>spring-security-x509-client-auth</module>
|
||||
<module>spring-security-web-x509-basic-auth</module>
|
||||
<module>spring-security-web-x509-client-auth</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
|
@ -2,15 +2,15 @@
|
|||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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-x509-basic-auth</artifactId>
|
||||
<artifactId>spring-security-web-x509-basic-auth</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-security-x509-basic-auth</name>
|
||||
<name>spring-security-web-x509-basic-auth</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Spring x.509 Authentication Demo</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-security-x509</artifactId>
|
||||
<artifactId>spring-security-web-x509</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
|
@ -2,15 +2,15 @@
|
|||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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-x509-client-auth</artifactId>
|
||||
<artifactId>spring-security-web-x509-client-auth</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-security-x509-client-auth</name>
|
||||
<name>spring-security-web-x509-client-auth</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Spring x.509 Client Authentication Demo</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-security-x509</artifactId>
|
||||
<artifactId>spring-security-web-x509</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
Loading…
Reference in New Issue