Skip to content

Commit a24ec20

Browse files
committed
Fixed ciManagement in pom.xml.
1 parent 8bd1f96 commit a24ec20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
</properties>
3232
<ciManagement>
33-
<system>Travis CI</system>
34-
<url>https://travis-ci.org/javadev/underscore-java</url>
33+
<system>GitHub Actions</system>
34+
<url>https://github.com/javadev/underscore-java/actions</url>
3535
</ciManagement>
3636
<issueManagement>
3737
<system>GitHub Issues</system>

0 commit comments

Comments
 (0)