Skip to content

Commit

Permalink
ci(release): prepare release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Jan 17, 2023
1 parent 5c4659b commit 80db597
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:v1.3.0
args:
- ${{ inputs.mode }}
- --config
Expand Down
2 changes: 1 addition & 1 deletion distribution/commandline/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>distribution</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>HawkEye :: Distribution :: Command Line Interface</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/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>distribution</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>HawkEye :: Distribution :: Native Image</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/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>1.2.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>HawkEye :: Distribution</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/releasehelper/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>distribution</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>HawkEye :: Distribution :: Release Helper</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>1.2.3-SNAPSHOT</version>
<version>1.3.0</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>1.2.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>HawkEye :: Core</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>1.2.3-SNAPSHOT</version>
<version>1.3.0</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/trufflebf.git</connection>
<developerConnection>scm:git:https://github.com/korandoru/trufflebf.git</developerConnection>
<url>https://github.com/korandoru/trufflebf</url>
<tag>HEAD</tag>
<tag>v1.3.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 80db597

Please sign in to comment.