We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e60c43 commit 520e72bCopy full SHA for 520e72b
pom.xml
@@ -410,11 +410,6 @@
410
411
<!-- Additional repositories -->
412
<repositories>
413
- <repository>
414
- <id>MavenCentral</id>
415
- <name>Central Maven Repository</name>
416
- <url>https://repo.maven.apache.org/maven2/</url>
417
- </repository>
418
<repository>
419
<snapshots>
420
<enabled>true</enabled>
@@ -437,6 +432,12 @@
437
432
</repository>
438
433
</distributionManagement>
439
434
435
+ <!-- CI System -->
436
+ <ciManagement>
+ <system>GitHub Actions</system>
+ <url>https://github.com/JavaMoney/javamoney-parent/actions</url>
+ </ciManagement>
440
+
441
<issueManagement>
442
<system>GitHub</system>
443
<url>https://github.com/JavaMoney/javamoney-parent/issues</url>
0 commit comments