Skip to content

Commit 638f5d7

Browse files
committed
updated maven repo for spring components
1 parent ec6ba09 commit 638f5d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eclipse-distribution/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,11 @@
885885
</pluginRepository>
886886
<!-- necessary for Maven and Ant AWS dependency -->
887887
<pluginRepository>
888+
<id>spring-maven-release</id>
889+
<name>Spring Repository</name>
890+
<url>https://repo.spring.io/release/</url>
891+
</pluginRepository>
892+
<!-- <pluginRepository>
888893
<id>spring-maven-release</id>
889894
<name>Spring Maven Release Repository</name>
890895
<url>https://maven.springframework.org/release</url>
@@ -893,7 +898,7 @@
893898
<id>springsource-maven-release</id>
894899
<name>SpringSource Maven Release Repository</name>
895900
<url>https://repository.springsource.com/maven/bundles/release</url>
896-
</pluginRepository>
901+
</pluginRepository> -->
897902
<pluginRepository>
898903
<id>sonatype.snapshots</id>
899904
<url>https://repository.sonatype.org/content/repositories/snapshots/</url>

0 commit comments

Comments
 (0)