Skip to content

Commit 9820a6f

Browse files
committed
[maven-release-plugin] prepare release v0.0.9
1 parent 2abe685 commit 9820a6f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

kheos-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.honnix</groupId>
88
<artifactId>kheos</artifactId>
9-
<version>0.0.9-SNAPSHOT</version>
9+
<version>0.0.9</version>
1010
</parent>
1111

1212
<artifactId>kheos-client</artifactId>

kheos-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.honnix</groupId>
88
<artifactId>kheos</artifactId>
9-
<version>0.0.9-SNAPSHOT</version>
9+
<version>0.0.9</version>
1010
</parent>
1111

1212
<artifactId>kheos-common</artifactId>

kheos-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.honnix</groupId>
88
<artifactId>kheos</artifactId>
9-
<version>0.0.9-SNAPSHOT</version>
9+
<version>0.0.9</version>
1010
</parent>
1111

1212
<artifactId>kheos-lib</artifactId>

kheos-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honnix</groupId>
99
<artifactId>kheos</artifactId>
10-
<version>0.0.9-SNAPSHOT</version>
10+
<version>0.0.9</version>
1111
</parent>
1212

1313
<artifactId>kheos-report</artifactId>

kheos-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.honnix</groupId>
88
<artifactId>kheos</artifactId>
9-
<version>0.0.9-SNAPSHOT</version>
9+
<version>0.0.9</version>
1010
</parent>
1111

1212
<artifactId>kheos-service</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>io.honnix</groupId>
1111
<artifactId>kheos</artifactId>
1212
<packaging>pom</packaging>
13-
<version>0.0.9-SNAPSHOT</version>
13+
<version>0.0.9</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/honnix/kheos</url>
4444
<connection>scm:git:[email protected]:honnix/kheos.git</connection>
4545
<developerConnection>scm:git:[email protected]:honnix/kheos.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>v0.0.9</tag>
4747
</scm>
4848

4949
<modules>

0 commit comments

Comments
 (0)