Skip to content

Commit

Permalink
chore: prepare next version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Jan 16, 2025
1 parent 72f54a0 commit e5025ae
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gravitee-apim-console-webui/build.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.5.6"
"version": "4.5.7-SNAPSHOT"
}
2 changes: 1 addition & 1 deletion gravitee-apim-portal-webui-next/build.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.5.6"
"version": "4.5.7-SNAPSHOT"
}
2 changes: 1 addition & 1 deletion gravitee-apim-portal-webui/build.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.5.6"
"version": "4.5.7-SNAPSHOT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0
version: "4.5.6-SNAPSHOT"
version: "4.5.7-SNAPSHOT"
servers:
- url: http://localhost:8083/portal/environments/{envId}
description: The portal API for a given environment
Expand Down
7 changes: 3 additions & 4 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: apim
# Also update CHANGELOG.md
version: 4.5.6
appVersion: 4.5.6
version: 4.5.7
appVersion: 4.5.7
description: Official Gravitee.io Helm chart for API Management
home: https://gravitee.io
sources:
Expand All @@ -23,5 +23,4 @@ annotations:
###########
# "changes" must be the last section in this file, because a CI job clean it after each release
###########
artifacthub.io/changes: |
- "Improve HPA by allowing custom annotation, custom metrics and define the behavior spec (APIM-8186)"
artifacthub.io/changes:
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</issueManagement>
<properties>
<!-- Version properties -->
<revision>4.5.6</revision>
<revision>4.5.7</revision>
<sha1/>
<changelist></changelist>
<changelist>-SNAPSHOT</changelist>

<!-- Vert.X version is mandatory for vertx-grpc-protoc-plugin2
in gravitee-apim-gateway-tests-sdk and gravitee-apim-integration-tests
Expand Down

0 comments on commit e5025ae

Please sign in to comment.