Skip to content

Commit 0fe9b84

Browse files
authored
Remove declaration of "plexus-snapshots" repository (#1010)
1 parent 35f6800 commit 0fe9b84

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,6 @@ under the License.
198198
</dependency>
199199
</dependencies>
200200

201-
<repositories>
202-
<repository>
203-
<releases>
204-
<enabled>false</enabled>
205-
</releases>
206-
<snapshots>
207-
<enabled>true</enabled>
208-
</snapshots>
209-
<id>plexus.snapshots</id>
210-
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
211-
</repository>
212-
</repositories>
213-
214201
<build>
215202
<pluginManagement>
216203
<plugins>

src/it/settings.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ under the License.
3737
<enabled>true</enabled>
3838
</snapshots>
3939
</repository>
40-
<repository>
41-
<releases>
42-
<enabled>false</enabled>
43-
</releases>
44-
<snapshots>
45-
<enabled>true</enabled>
46-
</snapshots>
47-
<id>plexus-snapshots</id>
48-
<name>Plexus Snapshot Repository</name>
49-
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
50-
</repository>
5140
</repositories>
5241
<pluginRepositories>
5342
<pluginRepository>

0 commit comments

Comments
 (0)