Skip to content

Commit 520e72b

Browse files
committed
Replace Travis-CI #7
1 parent 0e60c43 commit 520e72b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,6 @@
410410

411411
<!-- Additional repositories -->
412412
<repositories>
413-
<repository>
414-
<id>MavenCentral</id>
415-
<name>Central Maven Repository</name>
416-
<url>https://repo.maven.apache.org/maven2/</url>
417-
</repository>
418413
<repository>
419414
<snapshots>
420415
<enabled>true</enabled>
@@ -437,6 +432,12 @@
437432
</repository>
438433
</distributionManagement>
439434

435+
<!-- CI System -->
436+
<ciManagement>
437+
<system>GitHub Actions</system>
438+
<url>https://github.com/JavaMoney/javamoney-parent/actions</url>
439+
</ciManagement>
440+
440441
<issueManagement>
441442
<system>GitHub</system>
442443
<url>https://github.com/JavaMoney/javamoney-parent/issues</url>

0 commit comments

Comments
 (0)