Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 committed Aug 7, 2021
1 parent 90416d5 commit dc13c42
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 16 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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>hosh</groupId>
<artifactId>hosh-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<url>https://hosh-shell.github.io</url>
<description>The Human Oriented SHell</description>
<inceptionYear>2018</inceptionYear>
Expand All @@ -27,7 +26,7 @@
</developers>
<scm>
<developerConnection>scm:git:.</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.4</tag>
</scm>
<distributionManagement>
<repository>
Expand All @@ -38,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 -->
<!-- versions production classpath -->
<version.antlr>4.9.2</version.antlr>
<version.commonscli>1.4</version.commonscli>
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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</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.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hosh-test-support</artifactId>
Expand Down

0 comments on commit dc13c42

Please sign in to comment.