Skip to content

Commit

Permalink
Merge pull request #80 from mglusiuk/master
Browse files Browse the repository at this point in the history
Bump client version.
  • Loading branch information
mglusiuk authored Jul 7, 2020
2 parents 4aea5d4 + eb32f6a commit 78cb873
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions java/hiro-action-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>

<groupId>co.arago</groupId>
<artifactId>hiro-action-client</artifactId>
<name>${project.artifactId}</name>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>
<parent>
<groupId>co.arago</groupId>
<artifactId>hiro-client-all</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>
</parent>

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

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -29,7 +29,7 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down
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.1.3-SNAPSHOT</version>
<version>2.1.4-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.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>
<parent>
<groupId>co.arago</groupId>
<artifactId>hiro-client-all</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.4-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 @@ -5,7 +5,7 @@
<artifactId>hiro-client-all</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>

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

0 comments on commit 78cb873

Please sign in to comment.