We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc22c1c commit 37d4687Copy full SHA for 37d4687
1 file changed
pom.xml
@@ -31,14 +31,14 @@
31
<!-- Maven repository -->
32
<distributionManagement>
33
<repository>
34
- <id>q0r-nexus-releases</id>
35
- <name>Q0r Releases</name>
36
- <url>http://nexus.q0r.ca/content/repositories/releases/</url>
+ <id>oss-nexus-releases</id>
+ <name>OSS Releases</name>
+ <url>https://oss.sonatype.org/content/repositories/releases/</url>
37
</repository>
38
<snapshotRepository>
39
- <id>q0r-nexus-snapshots</id>
40
- <name>Q0r Snapshots</name>
41
- <url>http://nexus.q0r.ca/content/repositories/snapshots/</url>
+ <id>oss-nexus-snapshots</id>
+ <name>OSS Snapshots</name>
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
42
</snapshotRepository>
43
</distributionManagement>
44
0 commit comments