diff --git a/.mvn/settings.xml b/.mvn/settings.xml index cfee85b..4c81c02 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -7,16 +7,6 @@ nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL} - - nexus-central - Home Lab Nexus Maven Central - - true - warn - - ${env.NEXUS_CENTRAL_REPOSITORY_URL} - default - nexus-snapshot Home Lab Nexus Snapshot @@ -46,6 +36,18 @@ default + + + nexus-central + Home Lab Nexus Maven Central + + true + warn + + ${env.NEXUS_CENTRAL_REPOSITORY_URL} + default + + diff --git a/pom.xml b/pom.xml index bc564da..b52e069 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,7 @@ 4.0.0.4121 1.2.1 1.7.0 + 1.21.0 jacoco reuseReports @@ -229,6 +230,11 @@ nexus-staging-maven-plugin ${nexus-staging-maven-plugin.version} + + com.amashchenko.maven.plugin + gitflow-maven-plugin + ${gitflow-maven-plugin.version} +