Skip to content

Commit 5433e64

Browse files
committed
update: ReadMe改成用maven.nutz.cn的快照库
1 parent cfd6c88 commit 5433e64

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ DaoUp.me().close();
113113
```xml
114114
<repositories>
115115
<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>
118118
<snapshots>
119119
<enabled>true</enabled>
120120
</snapshots>
@@ -132,7 +132,7 @@ DaoUp.me().close();
132132

133133
也可以将repositories配置放入$HOME/.m2/settings.xml中
134134

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/)
136136

137137
## Gradle 依赖
138138

@@ -186,4 +186,4 @@ http://www.jetbrains.com
186186

187187
## 关于我们
188188

189-
广州市文尔软件科技有限公司 -- 面向各种中国大陆各种备案/审查机制的企业实体.
189+
广州市文尔软件科技有限公司

mvn_settings.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,7 @@ under the License.
123123
</server>
124124
-->
125125

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>
132127
<id>nutzcn-snapshots</id>
133128
<username>${env.S_NUTZMAVEN_USER_ID}</username>
134129
<password>${env.S_NUTZMAVEN_USER_PWD}</password>

0 commit comments

Comments
 (0)