Skip to content

Commit

Permalink
Merge pull request #115 from mglusiuk/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mglusiuk authored Jan 14, 2021
2 parents b531812 + 50ec63e commit b81653c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/hiro-client/pom-open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>co.arago</groupId>
<artifactId>hiro-client</artifactId>
<name>${project.artifactId}</name>
<version>2.2.7-SNAPSHOT</version>
<version>2.2.8-SNAPSHOT</version>

<properties>
<maven.exec.skip>false</maven.exec.skip>
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.7-SNAPSHOT</version>
<version>2.2.8-SNAPSHOT</version>
<parent>
<groupId>co.arago</groupId>
<artifactId>hiro-client-all</artifactId>
<version>2.2.7-SNAPSHOT</version>
<version>2.2.8-SNAPSHOT</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.7-SNAPSHOT</version>
<version>2.2.8-SNAPSHOT</version>

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

0 comments on commit b81653c

Please sign in to comment.