diff --git a/lsq-maven-plugin/pom.xml b/lsq-maven-plugin/pom.xml index 36796b7..8793bf1 100644 --- a/lsq-maven-plugin/pom.xml +++ b/lsq-maven-plugin/pom.xml @@ -73,17 +73,6 @@ - - com.amashchenko.maven.plugin - gitflow-maven-plugin - ${gitflow-maven-plugin.version} - - - v - main - - - org.apache.maven.plugins maven-project-info-reports-plugin @@ -202,49 +191,4 @@ test - - - - release - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - AKSW - ${gpg.keyname} - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://oss.sonatype.org/ - true - - - - - - diff --git a/pom.xml b/pom.xml index 675794f..b35bf50 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 3.1.0 1.6.13 + 1.9.0 @@ -78,6 +79,19 @@ + + + com.amashchenko.maven.plugin + gitflow-maven-plugin + ${gitflow-maven-plugin.version} + + + v + main + + + +