Commit 5bf1bfa9 authored by liaozan's avatar liaozan 🏀

update plugin repository id

parent 794278b3
...@@ -531,14 +531,14 @@ ...@@ -531,14 +531,14 @@
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>plugin-release</id> <id>plugin-releases</id>
<url>${maven.repository.url}/maven-releases</url> <url>${maven.repository.url}/maven-releases</url>
<snapshots> <snapshots>
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>
</pluginRepository> </pluginRepository>
<pluginRepository> <pluginRepository>
<id>plugin-snapshot</id> <id>plugin-snapshots</id>
<url>${maven.repository.url}/maven-snapshot</url> <url>${maven.repository.url}/maven-snapshot</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment