diff --git a/pom.xml b/pom.xml
index 4943545..abee92c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.yexuejc.springboot
yexuejc-springboot-parent
- 1.0.11
+ 1.0.12
pom
${project.artifactId}
@@ -20,9 +20,7 @@
- http://47.100.13.178:7081/nexus/content/groups/public
- http://47.100.13.178:7081/nexus/content/groups/public
- http://47.100.13.178:7081/nexus/content/repositories
+ https://nexus.yexuejc.club/repository/
http://maven.aliyun.com/nexus/content/groups/public
https://jitpack.io
@@ -284,14 +282,9 @@
- yexuejc-prod-nexus-public
- yexuejc-prod-nexus-public
- ${repos.yexuejc.prod.url}
-
-
- yexuejc-ivt-nexus-public
- yexuejc-ivt-nexus-public
- ${repos.yexuejc.ivt.url}
+ yexuejc-nexus-public
+ yexuejc-nexus-public
+ ${repos.yexuejc.url}maven-public/
aliyun-nexus-public
@@ -308,12 +301,12 @@
releases
nexus-release
- ${repos.yexuejc.dist.url}/releases
+ ${repos.yexuejc.url}maven-releases/
snapshots
nexus-snapshots
- ${repos.yexuejc.dist.url}/snapshots
+ ${repos.yexuejc.url}maven-snapshots/
diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml
index 40d4208..edc326c 100644
--- a/yexuejc-springboot-base/pom.xml
+++ b/yexuejc-springboot-base/pom.xml
@@ -9,7 +9,7 @@
com.yexuejc.springboot
yexuejc-springboot-parent
- 1.0.11
+ 1.0.12