diff --git a/action.yml b/action.yml index 1c53600e..e85efa21 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ inputs: runs: using: docker - image: docker://ghcr.io/korandoru/hawkeye-native:latest + image: docker://ghcr.io/korandoru/hawkeye-native:v2.0.0-alpha.2 args: - ${{ inputs.mode }} - --config diff --git a/hawkeye-cli/pom.xml b/hawkeye-cli/pom.xml index c2b31c76..b1ac6c93 100644 --- a/hawkeye-cli/pom.xml +++ b/hawkeye-cli/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 2.0.0-SNAPSHOT + 2.0.0-alpha.2 HawkEye :: Distribution :: Command Line Interface diff --git a/hawkeye-command/pom.xml b/hawkeye-command/pom.xml index 10b5f2f8..fcd8f9b0 100644 --- a/hawkeye-command/pom.xml +++ b/hawkeye-command/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 2.0.0-SNAPSHOT + 2.0.0-alpha.2 HawkEye :: Command diff --git a/hawkeye-core/pom.xml b/hawkeye-core/pom.xml index ba1c174f..52c1f8dc 100644 --- a/hawkeye-core/pom.xml +++ b/hawkeye-core/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 2.0.0-SNAPSHOT + 2.0.0-alpha.2 HawkEye :: Core diff --git a/hawkeye-native/pom.xml b/hawkeye-native/pom.xml index 9c21e950..9df9a1c0 100644 --- a/hawkeye-native/pom.xml +++ b/hawkeye-native/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 2.0.0-SNAPSHOT + 2.0.0-alpha.2 HawkEye :: Distribution :: Native Image diff --git a/pom.xml b/pom.xml index cc4ce191..4ef93f00 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 2.0.0-SNAPSHOT + 2.0.0-alpha.2 HawkEye Simple license header checker and formatter @@ -51,7 +51,7 @@ scm:git:https://github.com/korandoru/hawkeye.git scm:git:https://github.com/korandoru/hawkeye.git https://github.com/korandoru/hawkeye - HEAD + v2.0.0-alpha.2