diff --git a/pom.xml b/pom.xml index 66456c8..8bea745 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.9.5 + 1.9.6-SNAPSHOT JustAuth https://gitee.com/yadong.zhang/JustAuth @@ -216,5 +216,38 @@ + + + nexus + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-version} + + + verify + + sign + + + + + + + + + releases + Nexus Release Repository + https://nexus.xkcoding.com/repository/maven-releases/ + + + snapshots + Nexus Snapshot Repository + https://nexus.xkcoding.com/repository/maven-snapshots/ + + +