Skip to content

Commit

Permalink
Fixed ciManagement in pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Dec 14, 2021
1 parent 8bd1f96 commit a24ec20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/javadev/underscore-java</url>
<system>GitHub Actions</system>
<url>https://github.com/javadev/underscore-java/actions</url>
</ciManagement>
<issueManagement>
<system>GitHub Issues</system>
Expand Down

0 comments on commit a24ec20

Please sign in to comment.