Skip to content

Commit

Permalink
[maven-release-plugin] Prepare release
Browse files Browse the repository at this point in the history
Signed-off-by: tinker-michaelj <[email protected]>
  • Loading branch information
tinker-michaelj committed Nov 19, 2020
1 parent 92f846b commit 031721c
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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-protobuf-java-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hapi-proto/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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<properties>
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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<properties>
Expand Down Expand Up @@ -270,12 +270,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-protobuf-java-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</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.9.0-SNAPSHOT</version>
<version>0.9.0</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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<properties>
Expand Down Expand Up @@ -228,12 +228,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-protobuf-java-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 031721c

Please sign in to comment.