Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class MavenITmng4368TimestampAwareArtifactInstallerTest extends AbstractMavenIntegrationTestCase {

public MavenITmng4368TimestampAwareArtifactInstallerTest() {
super("[2.0.3,3.0-alpha-1),[3.0-alpha-6,)");
super("[2.0.3,3.0-alpha-1),[3.0-alpha-6,3.9.15-SNAPSHOT)");
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private void performTest(/* nullable */ final String transport, final String log

private static final String WAGON_LOG_SNIPPET = "[DEBUG] Using transporter WagonTransporter";

private static final String NATIVE_LOG_SNIPPET = "[DEBUG] Using transporter HttpTransporter";
private static final String NATIVE_LOG_SNIPPET = "[DEBUG] Using transporter ApacheTransporter";

@Test
public void testResolverTransportDefault() throws Exception {
Expand Down
Loading