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 Aug 1, 2024
1 parent bd4da5b commit 2db950f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.3.10"
"version": "4.3.11-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.3.10"
"version": "4.3.11-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.3.10-SNAPSHOT"
version: "4.3.11-SNAPSHOT"
servers:
- url: http://localhost:8083/portal/environments/{envId}
description: The portal API for a given environment
Expand Down
4 changes: 2 additions & 2 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.3.10
appVersion: 4.3.10
version: 4.3.11
appVersion: 4.3.11
description: Official Gravitee.io Helm chart for API Management
home: https://gravitee.io
sources:
Expand Down
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.3.10</revision>
<revision>4.3.11</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 2db950f

Please sign in to comment.