File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/scijava/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ public void testAccessors() throws ParserConfigurationException,
92
92
assertEquals ("org.scijava" , pom .getGroupId ());
93
93
assertEquals ("scijava-common" , pom .getArtifactId ());
94
94
assertNotNull (pom .getVersion ());
95
- assertEquals ("Travis CI " , pom .getCIManagementSystem ());
95
+ assertEquals ("GitHub Actions " , pom .getCIManagementSystem ());
96
96
final String ciManagementURL = pom .getCIManagementURL ();
97
- assertEquals ("https://travis-ci.org /scijava/scijava-common" ,
97
+ assertEquals ("https://github.com /scijava/scijava-common/actions " ,
98
98
ciManagementURL );
99
99
assertEquals ("GitHub Issues" , pom .getIssueManagementSystem ());
100
100
final String issueManagementURL = pom .getIssueManagementURL ();
You can’t perform that action at this time.
0 commit comments