Skip to content

Commit 0936741

Browse files
committed
ci(release): prepare release v1.1.0
1 parent 33e482f commit 0936741

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:v1.1.0
3737
args:
3838
- ${{ inputs.mode }}
3939
- --config

distribution/commandline/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>distribution</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626

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

distribution/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>distribution</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626

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

distribution/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>1.0.4-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626

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

distribution/releasehelper/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>distribution</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Distribution :: Release Helper</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>1.0.4-SNAPSHOT</version>
24+
<version>1.1.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>1.0.4-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Core</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>1.0.4-SNAPSHOT</version>
24+
<version>1.1.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/trufflebf.git</connection>
5252
<developerConnection>scm:git:https://github.com/korandoru/trufflebf.git</developerConnection>
5353
<url>https://github.com/korandoru/trufflebf</url>
54-
<tag>HEAD</tag>
54+
<tag>v1.1.0</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)