Skip to content

Commit 5d82139

Browse files
committed
[maven-release-plugin] prepare release v1.0.1
1 parent 70406e6 commit 5d82139

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.1.0-SNAPSHOT</version>
24+
<version>1.0.1</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.1.0-SNAPSHOT</version>
24+
<version>1.0.1</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.1.0-SNAPSHOT</version>
24+
<version>1.0.1</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.1.0-SNAPSHOT</version>
24+
<version>1.0.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>1.1.0-SNAPSHOT</version>
24+
<version>1.0.1</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.1.0-SNAPSHOT</version>
24+
<version>1.0.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/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.0.1</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)