Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions for v0.40.0-SNAPSHOT #2422

Merged
merged 2 commits into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/hedera-mirror-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
name: hedera-mirror-common
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-SNAPSHOT
version: 0.27.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-grpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-grpc
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-SNAPSHOT
version: 0.27.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-importer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-importer
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-SNAPSHOT
version: 0.27.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-monitor
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-SNAPSHOT
version: 0.27.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-rest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-rest
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-SNAPSHOT
version: 0.27.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ maintainers:
name: hedera-mirror
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-SNAPSHOT
version: 0.27.0-SNAPSHOT
2 changes: 1 addition & 1 deletion hedera-mirror-rest/api/v1/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ tags:
description: The tokens object represents the information associated with a token entity and returns a list of token information.
info:
title: Hedera Mirror Node REST API
version: 0.39.0-SNAPSHOT
version: 0.40.0-SNAPSHOT
license:
name: Apache-2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedera-mirror-rest/monitoring/monitor_apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-mirror-monitor",
"version": "0.39.0-SNAPSHOT",
"version": "0.40.0-SNAPSHOT",
"description": "Hedera Mirror Node Monitor",
"main": "server.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedera-mirror-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-mirror-rest",
"version": "0.39.0-SNAPSHOT",
"version": "0.40.0-SNAPSHOT",
"description": "Hedera Mirror Node REST API",
"main": "server.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ hedera:
port: 5700
realm: 0
shard: 0
version: 0.39.0-SNAPSHOT
version: 0.40.0-SNAPSHOT
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<micrometer-jvm-extras.version>0.2.2</micrometer-jvm-extras.version>
<msgpack.version>0.9.0</msgpack.version>
<protobuf.version>3.17.3</protobuf.version>
<release.version>0.39.0-SNAPSHOT</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.26.0-SNAPSHOT</release.chartVersion>
<release.version>0.40.0-SNAPSHOT</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.27.0-SNAPSHOT</release.chartVersion>
<replacer.version>1.5.3</replacer.version>
<!--suppress UnresolvedMavenProperty -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down