Skip to content

Commit 0b296e5

Browse files
committed
[maven-release-plugin] prepare release v0.1.2
1 parent 9bab20d commit 0b296e5

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>hosh-main</artifactId>

modules/filesystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/history/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/network/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/terminal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/text/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>hosh</groupId>
55
<artifactId>hosh-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.1.2-SNAPSHOT</version>
7+
<version>0.1.2</version>
88
<url>https://hosh-shell.github.io</url>
99
<description>The Human Oriented SHell</description>
1010
<inceptionYear>2018</inceptionYear>
@@ -26,7 +26,7 @@
2626
</developers>
2727
<scm>
2828
<developerConnection>scm:git:.</developerConnection>
29-
<tag>HEAD</tag>
29+
<tag>v0.1.2</tag>
3030
</scm>
3131
<distributionManagement>
3232
<repository>
@@ -37,7 +37,7 @@
3737
</distributionManagement>
3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<argLine/> <!-- defined for when not running with jacoco -->
40+
<argLine /> <!-- defined for when not running with jacoco -->
4141
<version.jline>3.16.0</version.jline>
4242
</properties>
4343
<modules>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>hosh</groupId>
55
<artifactId>hosh-parent</artifactId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>hosh-runtime</artifactId>

spi-test-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>hosh-spi-test-support</artifactId>

spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>hosh-spi</artifactId>

test-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hosh-parent</artifactId>
55
<groupId>hosh</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>hosh-test-support</artifactId>

0 commit comments

Comments
 (0)