Skip to content

Commit 84c0bf8

Browse files
committed
Update pom.xml
Fixed CI server URL
1 parent 43c7687 commit 84c0bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE AGREEMENT.
66
IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT
77
THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency API ("Specification")
8-
Copyright (c) 2012-2013, Credit Suisse All rights reserved. -->
8+
Copyright (c) 2012-2015, Credit Suisse All rights reserved. -->
99
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1111

@@ -190,8 +190,8 @@
190190
</developers>
191191

192192
<ciManagement>
193-
<system>Jenkins</system>
194-
<url>https://jsr354.ci.cloudbees.com/</url>
193+
<system>Travis CI</system>
194+
<url>https://travis-ci.org/JavaMoney/jsr354-api</url>
195195
</ciManagement>
196196

197197
<mailingLists>

0 commit comments

Comments
 (0)