Skip to content

Commit dc22c1c

Browse files
committed
[Backend] Last fix for Nexus deployment. Also change CI to Travis-CI.
1 parent 9433330 commit dc22c1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424

2525
<!-- Continuous integration -->
2626
<ciManagement>
27-
<system>jenkins</system>
28-
<url>http://ci.q0r.ca/job/${project.name}</url>
27+
<system>travis</system>
28+
<url>https://travis-ci.org/Q0rDev/${project.name}</url>
2929
</ciManagement>
3030

3131
<!-- Maven repository -->
3232
<distributionManagement>
3333
<repository>
34-
<id>q0r-nexus-release</id>
34+
<id>q0r-nexus-releases</id>
3535
<name>Q0r Releases</name>
3636
<url>http://nexus.q0r.ca/content/repositories/releases/</url>
3737
</repository>
3838
<snapshotRepository>
39-
<id>q0r-nexus-snapshot</id>
39+
<id>q0r-nexus-snapshots</id>
4040
<name>Q0r Snapshots</name>
4141
<url>http://nexus.q0r.ca/content/repositories/snapshots/</url>
4242
</snapshotRepository>

0 commit comments

Comments
 (0)