Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 378d903

Browse files
committed
Cleanup the repositories configuration
1 parent 9490e6a commit 378d903

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@
256256
<id>spring-snapshot</id>
257257
<name>Spring Snapshots</name>
258258
<url>https://repo.spring.io/snapshot</url>
259-
<snapshots>
260-
<enabled>true</enabled>
261-
</snapshots>
259+
<releases>
260+
<enabled>false</enabled>
261+
</releases>
262262
</repository>
263263
<repository>
264264
<id>spring-release</id>
@@ -276,14 +276,9 @@
276276
<id>release</id>
277277
<url>https://repo.spring.io/release</url>
278278
<snapshots>
279-
<enabled>true</enabled>
279+
<enabled>false</enabled>
280280
</snapshots>
281281
</pluginRepository>
282-
<pluginRepository>
283-
<name>Bintray</name>
284-
<id>bintray</id>
285-
<url>https://jcenter.bintray.com</url>
286-
</pluginRepository>
287282
</pluginRepositories>
288283

289284
</project>

samples/maven-parent/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
<id>spring-snapshot</id>
104104
<name>Spring Snapshots</name>
105105
<url>https://repo.spring.io/snapshot</url>
106-
<snapshots>
107-
<enabled>true</enabled>
108-
</snapshots>
106+
<releases>
107+
<enabled>false</enabled>
108+
</releases>
109109
</pluginRepository>
110110
</pluginRepositories>
111111
<repositories>
@@ -121,9 +121,9 @@
121121
<id>spring-snapshot</id>
122122
<name>Spring Snapshots</name>
123123
<url>https://repo.spring.io/snapshot</url>
124-
<snapshots>
125-
<enabled>true</enabled>
126-
</snapshots>
124+
<releases>
125+
<enabled>false</enabled>
126+
</releases>
127127
</repository>
128128
</repositories>
129129

spring-aot-maven-plugin/src/it/runner/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
<id>spring-snapshot</id>
104104
<name>Spring Snapshots</name>
105105
<url>https://repo.spring.io/snapshot</url>
106-
<snapshots>
107-
<enabled>true</enabled>
108-
</snapshots>
106+
<releases>
107+
<enabled>false</enabled>
108+
</releases>
109109
</pluginRepository>
110110
</pluginRepositories>
111111
<repositories>
@@ -121,9 +121,9 @@
121121
<id>spring-snapshot</id>
122122
<name>Spring Snapshots</name>
123123
<url>https://repo.spring.io/snapshot</url>
124-
<snapshots>
125-
<enabled>true</enabled>
126-
</snapshots>
124+
<releases>
125+
<enabled>false</enabled>
126+
</releases>
127127
</repository>
128128
</repositories>
129129

0 commit comments

Comments
 (0)