From 20eb45d919f3a874e0ef2ad934f05dbb3ae17fbd Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 15 Dec 2023 17:24:09 +0800 Subject: [PATCH] ci(release): prepare for next development iteration --- action.yml | 2 +- hawkeye-cli/pom.xml | 2 +- hawkeye-command/pom.xml | 2 +- hawkeye-core/pom.xml | 2 +- hawkeye-gradle-plugin/pom.xml | 2 +- hawkeye-maven-plugin/pom.xml | 2 +- hawkeye-native/pom.xml | 2 +- pom.xml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index fb06ab56..1c53600e 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ inputs: runs: using: docker - image: docker://ghcr.io/korandoru/hawkeye-native:v4.0.1 + image: docker://ghcr.io/korandoru/hawkeye-native:latest args: - ${{ inputs.mode }} - --config diff --git a/hawkeye-cli/pom.xml b/hawkeye-cli/pom.xml index 77c426d7..dc8248aa 100644 --- a/hawkeye-cli/pom.xml +++ b/hawkeye-cli/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT HawkEye :: Distribution :: Command Line Interface diff --git a/hawkeye-command/pom.xml b/hawkeye-command/pom.xml index dca0a015..c000c99f 100644 --- a/hawkeye-command/pom.xml +++ b/hawkeye-command/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT HawkEye :: Command diff --git a/hawkeye-core/pom.xml b/hawkeye-core/pom.xml index 6eaf8bfa..e54e1703 100644 --- a/hawkeye-core/pom.xml +++ b/hawkeye-core/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT HawkEye :: Core diff --git a/hawkeye-gradle-plugin/pom.xml b/hawkeye-gradle-plugin/pom.xml index 3cb64663..58be2e2e 100644 --- a/hawkeye-gradle-plugin/pom.xml +++ b/hawkeye-gradle-plugin/pom.xml @@ -22,7 +22,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT HawkEye :: Gradle Plugin diff --git a/hawkeye-maven-plugin/pom.xml b/hawkeye-maven-plugin/pom.xml index 8bc569a9..98d2fb17 100644 --- a/hawkeye-maven-plugin/pom.xml +++ b/hawkeye-maven-plugin/pom.xml @@ -20,7 +20,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT HawkEye :: Maven Plugin diff --git a/hawkeye-native/pom.xml b/hawkeye-native/pom.xml index 17f68a76..27ef148f 100644 --- a/hawkeye-native/pom.xml +++ b/hawkeye-native/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT HawkEye :: Distribution :: Native Image diff --git a/pom.xml b/pom.xml index 7c2f7773..d882c3a9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.korandoru.hawkeye hawkeye - 4.0.1 + 4.0.2-SNAPSHOT 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 - v4.0.1 + HEAD