Skip to content

Commit caee08f

Browse files
committed
Drop snapshot repository settings
Fixes gh-221
1 parent a7d0d5d commit caee08f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

pom.xml

-44
Original file line numberDiff line numberDiff line change
@@ -147,48 +147,4 @@
147147
</dependency>
148148
</dependencies>
149149

150-
<repositories>
151-
<repository>
152-
<id>spring-snapshots</id>
153-
<name>Spring Snapshots</name>
154-
<url>https://repo.spring.io/snapshot</url>
155-
<snapshots>
156-
<enabled>true</enabled>
157-
</snapshots>
158-
</repository>
159-
<repository>
160-
<id>spring-milestones</id>
161-
<name>Spring Milestones</name>
162-
<url>https://repo.spring.io/milestone</url>
163-
<snapshots>
164-
<enabled>false</enabled>
165-
</snapshots>
166-
</repository>
167-
<repository>
168-
<id>sonatype-oss-snapshots</id>
169-
<name>Sonatype OSS Snapshots Repository</name>
170-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
171-
<snapshots>
172-
<enabled>true</enabled>
173-
</snapshots>
174-
</repository>
175-
</repositories>
176-
<pluginRepositories>
177-
<pluginRepository>
178-
<id>spring-snapshots</id>
179-
<name>Spring Snapshots</name>
180-
<url>https://repo.spring.io/snapshot</url>
181-
<snapshots>
182-
<enabled>true</enabled>
183-
</snapshots>
184-
</pluginRepository>
185-
<pluginRepository>
186-
<id>spring-milestones</id>
187-
<name>Spring Milestones</name>
188-
<url>https://repo.spring.io/milestone</url>
189-
<snapshots>
190-
<enabled>false</enabled>
191-
</snapshots>
192-
</pluginRepository>
193-
</pluginRepositories>
194150
</project>

0 commit comments

Comments
 (0)