diff --git a/pom.xml b/pom.xml index 23bc7c2..9d33279 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.sventorben.keycloak keycloak-restrict-client-auth - 13.0.0 + 13.0.1-SNAPSHOT Keycloak: Authenticator - Restrict client authentication A Keycloak authenticator to restrict authentication on clients @@ -26,7 +26,8 @@ scm:git:ssh://git@github.com:sventorben/keycloak-restrict-client-auth.git - scm:git:ssh://git@github.com:sventorben/keycloak-restrict-client-auth.git + scm:git:ssh://git@github.com:sventorben/keycloak-restrict-client-auth.git + https://github.com/sventorben/keycloak-restrict-client-auth.git HEAD @@ -93,6 +94,25 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + deploy + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 +