Skip to content

Commit c9f74cc

Browse files
committed
remove wcm-io-apache-intermediate-release repo
1 parent eb1ecf3 commit c9f74cc

2 files changed

Lines changed: 0 additions & 59 deletions

File tree

.maven-settings.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@
4242
</snapshots>
4343
</repository>
4444

45-
<repository>
46-
<id>wcm-io-apache-intermediate-release</id>
47-
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
48-
<layout>default</layout>
49-
<releases>
50-
<enabled>true</enabled>
51-
<updatePolicy>never</updatePolicy>
52-
</releases>
53-
<snapshots>
54-
<enabled>false</enabled>
55-
</snapshots>
56-
</repository>
57-
5845
<repository>
5946
<id>oss-snapshots</id>
6047
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
@@ -98,19 +85,6 @@
9885
</snapshots>
9986
</pluginRepository>
10087

101-
<pluginRepository>
102-
<id>wcm-io-apache-intermediate-release</id>
103-
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
104-
<layout>default</layout>
105-
<releases>
106-
<enabled>true</enabled>
107-
<updatePolicy>never</updatePolicy>
108-
</releases>
109-
<snapshots>
110-
<enabled>false</enabled>
111-
</snapshots>
112-
</pluginRepository>
113-
11488
<pluginRepository>
11589
<id>oss-snapshots</id>
11690
<url>https://oss.sonatype.org/content/repositories/snapshots</url>

public_site/src/site/markdown/maven.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,3 @@ Sometimes snapshot are referenced from the Apache Snapshot repository:
3131
</snapshots>
3232
</repository>
3333
```
34-
35-
36-
### wcm.io Intermediate Release Repository
37-
38-
This repository is hosted on wcm.io and provides intermediate releses with revision number from snapshots from the Apache SCM trunk which are not officially released currently. They are replaced with the official versions as soon as they are released by the Apache project.
39-
40-
```xml
41-
<repository>
42-
<id>wcm-io-apache-intermediate-release</id>
43-
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
44-
<layout>default</layout>
45-
<releases>
46-
<enabled>true</enabled>
47-
<updatePolicy>never</updatePolicy>
48-
</releases>
49-
<snapshots>
50-
<enabled>false</enabled>
51-
</snapshots>
52-
</repository>
53-
54-
<pluginRepository>
55-
<id>wcm-io-apache-intermediate-release</id>
56-
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
57-
<releases>
58-
<enabled>true</enabled>
59-
<updatePolicy>never</updatePolicy>
60-
</releases>
61-
<snapshots>
62-
<enabled>false</enabled>
63-
</snapshots>
64-
</pluginRepository>
65-
66-
```

0 commit comments

Comments
 (0)