Skip to content

Instantly share code, notes, and snippets.

@digimon1740
Created September 5, 2019 05:18
Show Gist options
  • Select an option

  • Save digimon1740/b7842a98b0769f00d03d1ae1f84c54fa to your computer and use it in GitHub Desktop.

Select an option

Save digimon1740/b7842a98b0769f00d03d1ae1f84c54fa to your computer and use it in GitHub Desktop.
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment