From bd83cbb7d76edfb4f64c2d9d2e5f2cdb1a717c82 Mon Sep 17 00:00:00 2001 From: David Pang Date: Mon, 13 May 2024 11:53:18 -0400 Subject: [PATCH] updated sonatype url --- .gitignore | 2 ++ pom.xml | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85c4dcb..78cf9e9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ *.war *.ear +.idea + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* diff --git a/pom.xml b/pom.xml index afdad9c..57bceb5 100644 --- a/pom.xml +++ b/pom.xml @@ -35,11 +35,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -57,7 +57,8 @@ true ossrh - https://oss.sonatype.org/ + https://s01.oss.sonatype.org + true