Browse Source

🎉 2.3.1.RELEASE

test
smallchill 5 years ago
parent
commit
4b589930c5
  1. 4
      pom.xml

4
pom.xml

@ -136,7 +136,7 @@
<repositories> <repositories>
<repository> <repository>
<id>aliyun-repos</id> <id>aliyun-repos</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
<snapshots> <snapshots>
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>
@ -151,7 +151,7 @@
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>aliyun-plugin</id> <id>aliyun-plugin</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
<snapshots> <snapshots>
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>

Loading…
Cancel
Save