Skip to content

Commit

Permalink
ci(release): prepare release v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Jan 5, 2024
1 parent 17ca54d commit 6fab2bf
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/korandoru/hawkeye-native:latest
image: docker://ghcr.io/korandoru/hawkeye-native:v4.0.5
args:
- ${{ inputs.mode }}
- --config
Expand Down
2 changes: 1 addition & 1 deletion hawkeye-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>

<name>HawkEye :: Distribution :: Command Line Interface</name>
Expand Down
2 changes: 1 addition & 1 deletion hawkeye-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>

<name>HawkEye :: Command</name>
Expand Down
2 changes: 1 addition & 1 deletion hawkeye-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>

<name>HawkEye :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion hawkeye-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>

<name>HawkEye :: Gradle Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion hawkeye-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>

<name>HawkEye :: Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion hawkeye-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>

<name>HawkEye :: Distribution :: Native Image</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.korandoru.hawkeye</groupId>
<artifactId>hawkeye</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>

<name>HawkEye</name>
<description>Simple license header checker and formatter</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:https://github.com/korandoru/hawkeye.git</connection>
<developerConnection>scm:git:https://github.com/korandoru/hawkeye.git</developerConnection>
<url>https://github.com/korandoru/hawkeye</url>
<tag>HEAD</tag>
<tag>v4.0.5</tag>
</scm>

<modules>
Expand Down

0 comments on commit 6fab2bf

Please sign in to comment.