Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 committed Jul 28, 2020
1 parent 9bab20d commit 0b296e5
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hosh-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/history/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/terminal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>hosh</groupId>
<artifactId>hosh-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<url>https://hosh-shell.github.io</url>
<description>The Human Oriented SHell</description>
<inceptionYear>2018</inceptionYear>
Expand All @@ -26,7 +26,7 @@
</developers>
<scm>
<developerConnection>scm:git:.</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.2</tag>
</scm>
<distributionManagement>
<repository>
Expand All @@ -37,7 +37,7 @@
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine/> <!-- defined for when not running with jacoco -->
<argLine /> <!-- defined for when not running with jacoco -->
<version.jline>3.16.0</version.jline>
</properties>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>hosh</groupId>
<artifactId>hosh-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hosh-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spi-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hosh-spi-test-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hosh-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hosh-parent</artifactId>
<groupId>hosh</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hosh-test-support</artifactId>
Expand Down

0 comments on commit 0b296e5

Please sign in to comment.