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 @@ -94,9 +94,9 @@ public void testAccessors() throws ParserConfigurationException,
9494 assertEquals ("org.scijava" , pom .getGroupId ());
9595 assertEquals ("scijava-common" , pom .getArtifactId ());
9696 assertNotNull (pom .getVersion ());
97- assertEquals ("Jenkins " , pom .getCIManagementSystem ());
97+ assertEquals ("Travis CI " , pom .getCIManagementSystem ());
9898 final String ciManagementURL = pom .getCIManagementURL ();
99- assertEquals ("http ://jenkins.imagej.net/job/SciJava -common/ " ,
99+ assertEquals ("https ://travis-ci.org/scijava/scijava -common" ,
100100 ciManagementURL );
101101 assertEquals ("GitHub Issues" , pom .getIssueManagementSystem ());
102102 final String issueManagementURL = pom .getIssueManagementURL ();
You can’t perform that action at this time.
0 commit comments