Skip to content

Commit 32688be

Browse files
committed
ci(release): prepare release v3.0.0
1 parent affb811 commit 32688be

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333

3434
runs:
3535
using: docker
36-
image: docker://ghcr.io/korandoru/hawkeye-native:latest
36+
image: docker://ghcr.io/korandoru/hawkeye-native:v3.0.0
3737
args:
3838
- ${{ inputs.mode }}
3939
- --config

hawkeye-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.korandoru.hawkeye</groupId>
2323
<artifactId>hawkeye</artifactId>
24-
<version>2.1.1-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Distribution :: Command Line Interface</name>

hawkeye-command/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.korandoru.hawkeye</groupId>
2323
<artifactId>hawkeye</artifactId>
24-
<version>2.1.1-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Command</name>

hawkeye-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.korandoru.hawkeye</groupId>
2323
<artifactId>hawkeye</artifactId>
24-
<version>2.1.1-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Core</name>

hawkeye-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.korandoru.hawkeye</groupId>
2323
<artifactId>hawkeye</artifactId>
24-
<version>2.1.1-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Distribution :: Native Image</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>io.korandoru.hawkeye</groupId>
2323
<artifactId>hawkeye</artifactId>
24-
<version>2.1.1-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525

2626
<name>HawkEye</name>
2727
<description>Simple license header checker and formatter</description>
@@ -51,7 +51,7 @@
5151
<connection>scm:git:https://github.com/korandoru/hawkeye.git</connection>
5252
<developerConnection>scm:git:https://github.com/korandoru/hawkeye.git</developerConnection>
5353
<url>https://github.com/korandoru/hawkeye</url>
54-
<tag>HEAD</tag>
54+
<tag>v3.0.0</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)