re-enable old maven plugin repo
This commit is contained in:
@@ -1065,12 +1065,14 @@
|
||||
<id>spring-maven-release</id>
|
||||
<name>Spring Maven Release Repository</name>
|
||||
<url>https://maven.springframework.org/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepository> -->
|
||||
|
||||
<pluginRepository>
|
||||
<id>springsource-maven-release</id>
|
||||
<name>SpringSource Maven Release Repository</name>
|
||||
<url>https://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository> -->
|
||||
</pluginRepository>
|
||||
|
||||
<pluginRepository>
|
||||
<id>sonatype.snapshots</id>
|
||||
<url>https://repository.sonatype.org/content/repositories/snapshots/</url>
|
||||
|
||||
@@ -472,6 +472,13 @@
|
||||
<name>Spring Repository</name>
|
||||
<url>https://repo.spring.io/plugins-release/</url>
|
||||
</pluginRepository>
|
||||
|
||||
<pluginRepository>
|
||||
<id>springsource-maven-release</id>
|
||||
<name>SpringSource Maven Release Repository</name>
|
||||
<url>https://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository>
|
||||
|
||||
<pluginRepository>
|
||||
<id>sonatype.snapshots</id>
|
||||
<url>https://repository.sonatype.org/content/repositories/snapshots/</url>
|
||||
|
||||
Reference in New Issue
Block a user