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 Jul 20, 2021
1 parent b395cad commit 589746b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.16.0-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>0.16.0</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.16.0-SNAPSHOT</version>
<version>0.16.0</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.16.0-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<properties>
Expand Down Expand Up @@ -238,12 +238,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>com.swirlds</groupId>
Expand Down
6 changes: 3 additions & 3 deletions 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.16.0-SNAPSHOT</version>
<version>0.16.0</version>
<description>
Hedera Services (crypto, file, contract, consensus) on the Platform
</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/hashgraph/hedera-services</url>
<connection>scm:git:[email protected]:hashgraph/hedera-services.git</connection>
<developerConnection>scm:git:[email protected]:hashgraph/hedera-services.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.16.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -182,7 +182,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<project.build.outputTimestamp>2021-07-16T20:49:16Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-07-20T21:32:20Z</project.build.outputTimestamp>
</properties>

<modules>
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.16.0-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

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

0 comments on commit 589746b

Please sign in to comment.