Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tryptichon committed Jul 17, 2020
1 parent 019079d commit 8c1502c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java/hiro-action-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<groupId>co.arago</groupId>
<artifactId>hiro-action-client</artifactId>
<name>${project.artifactId}</name>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<parent>
<groupId>co.arago</groupId>
<artifactId>hiro-client-all</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions java/hiro-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<groupId>co.arago</groupId>
<artifactId>hiro-client</artifactId>
<name>${project.artifactId}</name>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<parent>
<groupId>co.arago</groupId>
<artifactId>hiro-client-all</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>hiro-client-all</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>

<properties>
<maven.exec.skip>false</maven.exec.skip>
Expand Down

0 comments on commit 8c1502c

Please sign in to comment.