JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs * correct build error
This commit is contained in:
@@ -49,4 +49,4 @@
|
||||
<module>spring-social-login</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
@@ -136,7 +136,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>spring-security-web-persistence</finalName>
|
||||
<finalName>spring-security-web-persistent-login</finalName>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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>
|
||||
<groupId>com.baeldung.springsecuredsockets</groupId>
|
||||
<artifactId>spring-security-web-sockets</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user