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 16, 2021
1 parent 7da35dd commit 60bde9a
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 13 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-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.16.0-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.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.16.0-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.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.16.0-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</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-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.16.0-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</version>
</dependency>
<dependency>
<groupId>com.swirlds</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package com.hedera.services.grpc.marshalling;

/*-
* ‌
* Hedera Services Node
* ​
* Copyright (C) 2018 - 2021 Hedera Hashgraph, LLC
* ​
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ‍
*/

import com.hedera.services.context.properties.GlobalDynamicProperties;
import com.hedera.services.state.submerkle.EntityId;
import com.hedera.services.state.submerkle.FcAssessedCustomFee;
Expand Down Expand Up @@ -138,4 +158,4 @@ void metaRecognizesIdenticalConditions() {
Pair.of(customFeeToken, List.of(FcCustomFee.fixedFee(10L, customFeeToken, customFeeCollector))));
private final List<FcAssessedCustomFee> assessedCustomFees = List.of(
new FcAssessedCustomFee(customFeeCollector, customFeeToken, 123L));
}
}
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-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</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-rc.1</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-13T05:20:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-07-16T20:46:39Z</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-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</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-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.16.0-alpha.3-SNAPSHOT</version>
<version>0.16.0-rc.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 60bde9a

Please sign in to comment.