Skip to content

Commit 70c5145

Browse files
committed
⬆️ 升级minbox-parent版本
1 parent bff0df4 commit 70c5145

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.minbox.framework</groupId>
77
<artifactId>minbox-parent</artifactId>
8-
<version>1.0.1.RELEASE</version>
8+
<version>1.0.3-SNAPSHOT</version>
99
<relativePath/>
1010
</parent>
1111
<packaging>pom</packaging>
@@ -44,26 +44,27 @@
4444
<email>jnyuqy@gmail.com</email>
4545
</developer>
4646
</developers>
47+
<!--配置拉取仓库地址-->
4748
<repositories>
4849
<repository>
49-
<id>aliyun-spring</id>
50-
<url>https://maven.aliyun.com/repository/spring</url>
5150
<releases>
5251
<enabled>true</enabled>
5352
</releases>
5453
<snapshots>
55-
<enabled>true</enabled>
54+
<enabled>false</enabled>
5655
</snapshots>
57-
</repository>
58-
<repository>
5956
<id>aliyun-central</id>
6057
<url>https://maven.aliyun.com/repository/central</url>
58+
</repository>
59+
<repository>
6160
<releases>
62-
<enabled>true</enabled>
61+
<enabled>false</enabled>
6362
</releases>
6463
<snapshots>
65-
<enabled>false</enabled>
64+
<enabled>true</enabled>
6665
</snapshots>
66+
<id>yuqiyu-snapshots</id>
67+
<url>http://maven.yuqiyu.com/repository/maven-snapshots/</url>
6768
</repository>
6869
</repositories>
6970
<build>

0 commit comments

Comments
 (0)