Skip to content

Commit 50f5c12

Browse files
committed
ci(release): prepare release v1.6.0
1 parent 8433b64 commit 50f5c12

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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.5.5-SNAPSHOT</version>
24+
<version>1.6.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.5.5-SNAPSHOT</version>
24+
<version>1.6.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.5.5-SNAPSHOT</version>
24+
<version>1.6.0</version>
2525
</parent>
2626

2727
<name>HawkEye :: Distribution</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.5.5-SNAPSHOT</version>
24+
<version>1.6.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.5.5-SNAPSHOT</version>
24+
<version>1.6.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.5.5-SNAPSHOT</version>
24+
<version>1.6.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>v1.6.0</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)