Skip to content

Commit 98734be

Browse files
committed
ci(release): prepare release v3.6.1
1 parent 2e5c11a commit 98734be

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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.6.1
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>3.6.1-SNAPSHOT</version>
24+
<version>3.6.1</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>3.6.1-SNAPSHOT</version>
24+
<version>3.6.1</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>3.6.1-SNAPSHOT</version>
24+
<version>3.6.1</version>
2525
</parent>
2626

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

hawkeye-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.korandoru.hawkeye</groupId>
2424
<artifactId>hawkeye</artifactId>
25-
<version>3.6.1-SNAPSHOT</version>
25+
<version>3.6.1</version>
2626
</parent>
2727

2828
<name>HawkEye :: Gradle Plugin</name>

hawkeye-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.korandoru.hawkeye</groupId>
2222
<artifactId>hawkeye</artifactId>
23-
<version>3.6.1-SNAPSHOT</version>
23+
<version>3.6.1</version>
2424
</parent>
2525

2626
<name>HawkEye :: Maven Plugin</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>3.6.1-SNAPSHOT</version>
24+
<version>3.6.1</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>3.6.1-SNAPSHOT</version>
24+
<version>3.6.1</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.6.1</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)