Skip to content

Commit

Permalink
First alpha tag for 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: tinker-michaelj <michael.tinker@hedera.com>
  • Loading branch information
tinker-michaelj committed May 14, 2021
1 parent 9c0eae4 commit 29b56d5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions hapi-fees/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hapi-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions hedera-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</parent>

<properties>
Expand Down Expand Up @@ -238,12 +238,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</dependency>
<dependency>
<groupId>com.swirlds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
<description>
Hedera Services (crypto, file, contract, consensus) on the Platform
</description>
Expand Down
6 changes: 3 additions & 3 deletions test-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</parent>

<properties>
Expand Down Expand Up @@ -277,12 +277,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0-alpha.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 29b56d5

Please sign in to comment.