Skip to content

Commit

Permalink
ci(release): prepare release v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Mar 23, 2023
1 parent be9af55 commit c392604
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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:v2.0.0-alpha.2
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>2.0.0-SNAPSHOT</version>
<version>2.0.0-alpha.2</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-alpha.2</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-alpha.2</version>
</parent>

<name>HawkEye :: Core</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-alpha.2</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>2.0.0-SNAPSHOT</version>
<version>2.0.0-alpha.2</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>v2.0.0-alpha.2</tag>
</scm>

<modules>
Expand Down

0 comments on commit c392604

Please sign in to comment.