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 Mar 21, 2024
1 parent 8408bfb commit fb177c7
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
@@ -1,3 +1,3 @@
{
"version": "4.3.0-alpha.2"
"version": "4.3.0-alpha.3-SNAPSHOT"
}
2 changes: 1 addition & 1 deletion gravitee-apim-portal-webui/build.json
@@ -1,3 +1,3 @@
{
"version": "4.3.0-alpha.2"
"version": "4.3.0-alpha.3-SNAPSHOT"
}
Expand Up @@ -10,7 +10,7 @@ info:
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0
version: "4.3.0-alpha.2-SNAPSHOT"
version: "4.3.0-alpha.3-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
@@ -1,8 +1,8 @@
apiVersion: v1
name: apim
# Also update CHANGELOG.md
version: 4.3.0-alpha.2
appVersion: 4.3.0-alpha.2
version: 4.3.0-alpha.3
appVersion: 4.3.0-alpha.3
description: Official Gravitee.io Helm chart for API Management
home: https://gravitee.io
sources:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -47,8 +47,8 @@
<properties>
<!-- Version properties -->
<revision>4.3.0</revision>
<sha1>-alpha.2</sha1>
<changelist></changelist>
<sha1>-alpha.3</sha1>
<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 fb177c7

Please sign in to comment.