File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ DaoUp.me().close();
113
113
``` xml
114
114
<repositories >
115
115
<repository >
116
- <id >ossrh </id >
117
- <url >https ://oss.sonatype.org /content/repositories/snapshots</url >
116
+ <id >nutzcn-snapshots </id >
117
+ <url >http ://maven.nutz.cn/nexus /content/repositories/snapshots</url >
118
118
<snapshots >
119
119
<enabled >true</enabled >
120
120
</snapshots >
@@ -132,7 +132,7 @@ DaoUp.me().close();
132
132
133
133
也可以将repositories配置放入$HOME/.m2/settings.xml中
134
134
135
- 或者直接去[ 快照库下载] ( https ://oss.sonatype.org /content/repositories/snapshots/org/nutz/nutz/1.r.59-SNAPSHOT/)
135
+ 或者直接去[ 快照库下载] ( http ://maven.nutz.cn/nexus /content/repositories/snapshots/org/nutz/nutz/1.r.59-SNAPSHOT/)
136
136
137
137
## Gradle 依赖
138
138
@@ -186,4 +186,4 @@ http://www.jetbrains.com
186
186
187
187
## 关于我们
188
188
189
- 广州市文尔软件科技有限公司 -- 面向各种中国大陆各种备案/审查机制的企业实体.
189
+ 广州市文尔软件科技有限公司
Original file line number Diff line number Diff line change @@ -123,12 +123,7 @@ under the License.
123
123
</server>
124
124
-->
125
125
126
- <server >
127
- <id >sonatype-snapshots</id >
128
- <username >${env.S_USER_ID}</username >
129
- <password >${env.S_USER_PWD}</password >
130
- </server >
131
- <server >
126
+ <server >
132
127
<id >nutzcn-snapshots</id >
133
128
<username >${env.S_NUTZMAVEN_USER_ID}</username >
134
129
<password >${env.S_NUTZMAVEN_USER_PWD}</password >
You can’t perform that action at this time.
0 commit comments