Update the pom, dns hasn't updated for the new repo
This commit is contained in:
parent
f9035baa35
commit
ae39ac2cfe
5
pom.xml
5
pom.xml
@ -145,6 +145,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.10.3</version>
|
||||
<configuration>
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
</configuration>
|
||||
@ -274,12 +275,12 @@
|
||||
<repository>
|
||||
<id>repo-release</id>
|
||||
<name>Jail Releases</name>
|
||||
<url>https://repo.craftyn.com/repository/internal/</url>
|
||||
<url>https://repo2.craftyn.com/repository/internal/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>repo-snapshot</id>
|
||||
<name>Jail Snapshots</name>
|
||||
<url>https://repo.craftyn.com/repository/snapshots/</url>
|
||||
<url>https://repo2.craftyn.com/repository/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user