Skip to content

Instantly share code, notes, and snippets.

@agebhar1
Created November 11, 2021 19:09
Show Gist options
  • Select an option

  • Save agebhar1/32e8b10d775126e0e37d9f4cd4977c98 to your computer and use it in GitHub Desktop.

Select an option

Save agebhar1/32e8b10d775126e0e37d9f4cd4977c98 to your computer and use it in GitHub Desktop.
Spring Milestone Maven Repository
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<repositories>
<repository>
<id>repository.spring.milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repository.spring.milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment