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