diff --git a/pom.xml b/pom.xml index aba1eb1..15c7355 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,13 @@ + + scm:git:git@github.com:CarmJos/MineSQL + scm:git:git@github.com:CarmJos/MineSQL.git + https://github.com/CarmJos/MineSQL + HEAD + + GNU General Public License v3.0 @@ -81,11 +88,6 @@ https://github.com/CarmJos/MineSQL/releases - - github - GitHub Packages - https://maven.pkg.github.com/CarmJos/MineSQL - @@ -199,6 +201,37 @@ false + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + --pinentry-mode + loopback + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + @@ -241,5 +274,35 @@ + + + + ossrh + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + github + + + github + GitHub Packages + https://maven.pkg.github.com/CarmJos/MineConfiguration + + + + + + \ No newline at end of file