Created
November 11, 2021 19:09
-
-
Save agebhar1/32e8b10d775126e0e37d9f4cd4977c98 to your computer and use it in GitHub Desktop.
Spring Milestone Maven Repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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