We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9433330 commit dc22c1cCopy full SHA for dc22c1c
1 file changed
pom.xml
@@ -24,19 +24,19 @@
24
25
<!-- Continuous integration -->
26
<ciManagement>
27
- <system>jenkins</system>
28
- <url>http://ci.q0r.ca/job/${project.name}</url>
+ <system>travis</system>
+ <url>https://travis-ci.org/Q0rDev/${project.name}</url>
29
</ciManagement>
30
31
<!-- Maven repository -->
32
<distributionManagement>
33
<repository>
34
- <id>q0r-nexus-release</id>
+ <id>q0r-nexus-releases</id>
35
<name>Q0r Releases</name>
36
<url>http://nexus.q0r.ca/content/repositories/releases/</url>
37
</repository>
38
<snapshotRepository>
39
- <id>q0r-nexus-snapshot</id>
+ <id>q0r-nexus-snapshots</id>
40
<name>Q0r Snapshots</name>
41
<url>http://nexus.q0r.ca/content/repositories/snapshots/</url>
42
</snapshotRepository>
0 commit comments