From 909702e4da0eacea59e7be9e4022803d5b4b7129 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 2 Aug 2019 11:22:46 +0800 Subject: [PATCH] =?UTF-8?q?:heavy=5Fplus=5Fsign:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=A7=81=E6=9C=8D=E4=BB=93=E5=BA=93=EF=BC=8C=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=97=B6=E6=96=B9=E4=BE=BF=E5=8F=91=E5=B8=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) 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/ + + + -- GitLab