Skip to content

Commit

Permalink
Bump version to 3.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 3, 2024
1 parent f242f2a commit abe1c5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://uhafner/autograding-github-action:3.19.0-SNAPSHOT'
image: 'docker://uhafner/autograding-github-action:3.19.0'
env:
CONFIG: ${{ inputs.config }}
CHECKS_NAME: ${{ inputs.checks-name }}
Expand Down
4 changes: 2 additions & 2 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rectangle "jackson-databind\n\n2.17.0" as com_fasterxml_jackson_core_jackson_dat
rectangle "jackson-annotations\n\n2.17.0" as com_fasterxml_jackson_core_jackson_annotations_jar
rectangle "jackson-core\n\n2.17.0" as com_fasterxml_jackson_core_jackson_core_jar
rectangle "byte-buddy\n\n1.14.13" as net_bytebuddy_byte_buddy_jar
rectangle "autograding-github-action\n\n3.19.0-SNAPSHOT" as edu_hm_hafner_autograding_github_action_jar
rectangle "autograding-github-action\n\n3.19.0" as edu_hm_hafner_autograding_github_action_jar
rectangle "github-api\n\n1.321" as org_kohsuke_github_api_jar
rectangle "spotbugs-annotations\n\n4.8.3" as com_github_spotbugs_spotbugs_annotations_jar
rectangle "error_prone_annotations\n\n2.26.1" as com_google_errorprone_error_prone_annotations_jar
Expand Down Expand Up @@ -101,4 +101,4 @@ edu_hm_hafner_autograding_github_action_jar -[#000000]-> edu_hm_hafner_codingsty
edu_hm_hafner_autograding_github_action_jar -[#000000]-> org_apache_commons_commons_lang3_jar
edu_hm_hafner_autograding_github_action_jar -[#000000]-> commons_io_commons_io_jar
edu_hm_hafner_autograding_github_action_jar -[#000000]-> net_bytebuddy_byte_buddy_jar
@enduml
@enduml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>edu.hm.hafner</groupId>
<artifactId>autograding-github-action</artifactId>
<version>3.19.0-SNAPSHOT</version>
<version>3.19.0</version>
<packaging>jar</packaging>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void shouldShowErrors() throws TimeoutException {
}

private GenericContainer<?> createContainer() {
return new GenericContainer<>(DockerImageName.parse("uhafner/autograding-github-action:3.19.0-SNAPSHOT"));
return new GenericContainer<>(DockerImageName.parse("uhafner/autograding-github-action:3.19.0"));
}

private String readStandardOut(final GenericContainer<? extends GenericContainer<?>> container) throws TimeoutException {
Expand Down

0 comments on commit abe1c5b

Please sign in to comment.