Skip to content

Commit

Permalink
use new docker image olamy/h2spec:2.6.1 (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Jun 27, 2024
1 parent e297f91 commit 23ee479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class H2SpecTestSuite {

public static final String DEFAULT_VERSION = "2.6.0";
public static final String DEFAULT_VERSION = "2.6.1";

public static String getSpecIdentifier(String specId, String name) {
return specId + " - " + name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class Http2SpecMojo extends AbstractMojo {
@Parameter(property = "h2spec.version", defaultValue = DEFAULT_VERSION)
private String h2specVersion;

@Parameter(property = "h2spec.containerName", defaultValue = "summerwind/h2spec")
@Parameter(property = "h2spec.containerName", defaultValue = "olamy/h2spec")
private String h2specContainerName;

@Parameter(defaultValue = "${project}", readonly = true)
Expand Down

0 comments on commit 23ee479

Please sign in to comment.