Skip to content

Commit 3cb9db3

Browse files
author
tinker-michaelj
committed
[maven-release-plugin] Prepare release
Signed-off-by: tinker-michaelj <[email protected]>
1 parent 329aa60 commit 3cb9db3

File tree

8 files changed

+74
-14
lines changed

8 files changed

+74
-14
lines changed

hapi-fees/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.13.0-alpha.2-SNAPSHOT</version>
13+
<version>0.13.0-alpha.2</version>
1414
</parent>
1515

1616
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.hedera.hashgraph</groupId>
2323
<artifactId>hapi-utils</artifactId>
24-
<version>0.13.0-alpha.2-SNAPSHOT</version>
24+
<version>0.13.0-alpha.2</version>
2525
</dependency>
2626
<!-- Test dependencies -->
2727
<dependency>

hapi-fees/src/test/java/com/hedera/services/usage/schedule/ExtantScheduleContextTest.java

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.hedera.services.usage.schedule;
22

3+
/*-
4+
* ‌
5+
* Hedera Services API Fees
6+
* ​
7+
* Copyright (C) 2018 - 2021 Hedera Hashgraph, LLC
8+
* ​
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* ‍
21+
*/
22+
323
import com.hedera.services.test.KeyUtils;
424
import com.hederahashgraph.api.proto.java.Key;
525
import com.hederahashgraph.api.proto.java.SchedulableTransactionBody;
@@ -116,4 +136,4 @@ private ExtantScheduleContext.Builder builderWith(EnumSet<SettableField> fieldsS
116136

117137
return builder;
118138
}
119-
}
139+
}

hapi-fees/src/test/java/com/hedera/services/usage/schedule/ScheduleOpsUsageTest.java

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.hedera.services.usage.schedule;
22

3+
/*-
4+
* ‌
5+
* Hedera Services API Fees
6+
* ​
7+
* Copyright (C) 2018 - 2021 Hedera Hashgraph, LLC
8+
* ​
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* ‍
21+
*/
22+
323
import com.hedera.services.test.IdUtils;
424
import com.hedera.services.test.KeyUtils;
525
import com.hedera.services.usage.EstimatorFactory;
@@ -216,4 +236,4 @@ private ScheduleSignTransactionBody signingOp() {
216236
.setScheduleID(id)
217237
.build();
218238
}
219-
}
239+
}

hapi-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.13.0-alpha.2-SNAPSHOT</version>
13+
<version>0.13.0-alpha.2</version>
1414
</parent>
1515

1616
<dependencies>

hedera-node/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.13.0-alpha.2-SNAPSHOT</version>
13+
<version>0.13.0-alpha.2</version>
1414
</parent>
1515

1616
<properties>
@@ -268,12 +268,12 @@
268268
<dependency>
269269
<groupId>com.hedera.hashgraph</groupId>
270270
<artifactId>hapi-fees</artifactId>
271-
<version>0.13.0-alpha.2-SNAPSHOT</version>
271+
<version>0.13.0-alpha.2</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.hedera.hashgraph</groupId>
275275
<artifactId>hapi-utils</artifactId>
276-
<version>0.13.0-alpha.2-SNAPSHOT</version>
276+
<version>0.13.0-alpha.2</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>com.swirlds</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.hedera.hashgraph</groupId>
55
<artifactId>hedera-services</artifactId>
6-
<version>0.13.0-alpha.2-SNAPSHOT</version>
6+
<version>0.13.0-alpha.2</version>
77
<description>
88
Hedera Services (crypto, file, contract, consensus) on the Platform
99
</description>
@@ -21,7 +21,7 @@
2121
<url>https://github.com/hashgraph/hedera-services</url>
2222
<connection>scm:git:[email protected]:hashgraph/hedera-services.git</connection>
2323
<developerConnection>scm:git:[email protected]:hashgraph/hedera-services.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>v0.13.0-alpha.2</tag>
2525
</scm>
2626

2727
<developers>
@@ -176,7 +176,7 @@
176176
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
177177
<sonar.language>java</sonar.language>
178178
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
179-
<project.build.outputTimestamp>2021-03-04T21:56:14Z</project.build.outputTimestamp>
179+
<project.build.outputTimestamp>2021-03-30T18:19:58Z</project.build.outputTimestamp>
180180
</properties>
181181

182182
<modules>

test-clients/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.13.0-alpha.2-SNAPSHOT</version>
13+
<version>0.13.0-alpha.2</version>
1414
</parent>
1515

1616
<properties>
@@ -292,12 +292,12 @@
292292
<dependency>
293293
<groupId>com.hedera.hashgraph</groupId>
294294
<artifactId>hapi-utils</artifactId>
295-
<version>0.13.0-alpha.2-SNAPSHOT</version>
295+
<version>0.13.0-alpha.2</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>com.hedera.hashgraph</groupId>
299299
<artifactId>hapi-fees</artifactId>
300-
<version>0.13.0-alpha.2-SNAPSHOT</version>
300+
<version>0.13.0-alpha.2</version>
301301
</dependency>
302302
<dependency>
303303
<groupId>org.apache.commons</groupId>

test-clients/src/main/java/com/hedera/services/bdd/spec/transactions/schedule/ScheduleFeeUtils.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.hedera.services.bdd.spec.transactions.schedule;
22

3+
/*-
4+
* ‌
5+
* Hedera Services Test Clients
6+
* ​
7+
* Copyright (C) 2018 - 2021 Hedera Hashgraph, LLC
8+
* ​
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* ‍
21+
*/
22+
323
import com.hedera.services.bdd.spec.HapiApiSpec;
424
import com.hederahashgraph.api.proto.java.ScheduleInfo;
525
import org.apache.logging.log4j.LogManager;

0 commit comments

Comments
 (0)