Skip to content

Commit

Permalink
#: Config maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
zdu-strong committed Jan 27, 2025
1 parent afb0326 commit 6b90a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions springboot/.mvn/database_diff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>

Expand Down
4 changes: 2 additions & 2 deletions springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,14 @@
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 6b90a28

Please sign in to comment.