Skip to content
Merged
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 @@ -38,7 +38,7 @@ public class MavenITmng4162ReportingMigrationTest

public MavenITmng4162ReportingMigrationTest()
{
super( "[3.0-beta-1,)" );
super( "[3.0-beta-1,4.0.0-alpha-2]" );
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class MavenITmng6189SiteReportPluginsWarningTest

public MavenITmng6189SiteReportPluginsWarningTest()
{
super( "(3.5-alpha-1,)" );
super( "(3.5-alpha-1,4.0.0-alpha-2]" );
}

@Test
Expand Down