Issue #2200: POM still references nexus.codehaus.org repo
This commit is contained in:
parent
e15f70ac5b
commit
dfd04eb16b
6
pom.xml
6
pom.xml
|
|
@ -196,9 +196,9 @@
|
|||
<!-- that repositories are required for testing plugin's snapshot version -->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>nexus-snapshot</id>
|
||||
<name>Official Maven Apache Repo</name>
|
||||
<url>https://nexus.codehaus.org/content/repositories/snapshots/</url>
|
||||
<id>nexus-codehaus-snapshot</id>
|
||||
<name>Codehaus Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/codehaus-snapshots/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue