diff --git a/spring-security-login-and-registration/pom.xml b/spring-security-login-and-registration/pom.xml index 9d344bcd37..19d0ae1a29 100644 --- a/spring-security-login-and-registration/pom.xml +++ b/spring-security-login-and-registration/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 + org.baeldung spring-security-login-and-registration + 1.0.1-SNAPSHOT + spring-security-login-and-registration war - 1.0.1-SNAPSHOT org.springframework.boot @@ -188,6 +190,27 @@ maven-war-plugin + + org.codehaus.cargo + cargo-maven2-plugin + ${cargo-maven2-plugin.version} + + true + + tomcat8x + embedded + + + + + + + 8081 + + + + + @@ -212,5 +235,9 @@ 18.0 + + 1.4.15 + + \ No newline at end of file