Skip to content

Commit

Permalink
additional configuration fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 12, 2024
1 parent e47a242 commit d10c5b2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
</activation>
<repositories>
<repository>
<id>spring-snapshots</id>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
Expand All @@ -41,9 +38,6 @@
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-snapshots</id>
Expand Down

0 comments on commit d10c5b2

Please sign in to comment.