Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
Signed-off-by: John Bair <[email protected]>
  • Loading branch information
jbair06 committed Oct 17, 2023
1 parent 373b2f3 commit be4e1e3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-transaction-tool</artifactId>

<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<name>Hedera Transaction Tool</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tools-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-transaction-tool</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
</parent>

<!-- Project Identifier & Type -->
Expand Down
6 changes: 3 additions & 3 deletions tools-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<parent>
<artifactId>hedera-transaction-tool</artifactId>
<groupId>com.hedera.hashgraph</groupId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Maven Model Version -->
<modelVersion>4.0.0</modelVersion>

<artifactId>tools-cli</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>tools-core</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
</dependency>

<!-- Logging SLF4j + Log4j2 implementation -->
Expand Down
4 changes: 2 additions & 2 deletions tools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<parent>
<artifactId>hedera-transaction-tool</artifactId>
<groupId>com.hedera.hashgraph</groupId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
</parent>

<!-- Maven Model Version -->
<modelVersion>4.0.0</modelVersion>

<artifactId>tools-core</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>

<dependencyManagement>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions tools-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<artifactId>hedera-transaction-tool</artifactId>
<groupId>com.hedera.hashgraph</groupId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>tools-integration</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>

<dependencyManagement>
<dependencies>
Expand All @@ -47,19 +47,19 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>tools-core</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>tools-ui</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>tools-cli</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions tools-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
<parent>
<artifactId>hedera-transaction-tool</artifactId>
<groupId>com.hedera.hashgraph</groupId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Maven Model Version -->
<modelVersion>4.0.0</modelVersion>

<artifactId>tools-ui</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>

<!-- Project Properties -->
<properties>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>tools-core</artifactId>
<version>0.13.4-alpha.1</version>
<version>0.13.4</version>
</dependency>

<!-- SDK Dependency -->
Expand Down

0 comments on commit be4e1e3

Please sign in to comment.