Skip to content

Commit f42464c

Browse files
committed
chore: prepare next version [skip ci]
1 parent 6393f10 commit f42464c

File tree

6 files changed

+9
-16
lines changed

6 files changed

+9
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.9.8"
2+
"version": "4.9.9-SNAPSHOT"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.9.8"
2+
"version": "4.9.9-SNAPSHOT"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.9.8"
2+
"version": "4.9.9-SNAPSHOT"
33
}

gravitee-apim-rest-api/gravitee-apim-rest-api-portal/gravitee-apim-rest-api-portal-rest/src/main/resources/portal-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0
1212
url: http://www.apache.org/licenses/LICENSE-2.0
13-
version: "4.9.8-SNAPSHOT"
13+
version: "4.9.9-SNAPSHOT"
1414
servers:
1515
- url: /portal/environments/{envId}
1616
description: The portal API for a given environment

helm/Chart.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: apim
33
# Also update CHANGELOG.md
4-
version: 4.9.8
5-
appVersion: 4.9.8
4+
version: 4.9.9
5+
appVersion: 4.9.9
66
description: Official Gravitee.io Helm chart for API Management
77
home: https://gravitee.io
88
sources:
@@ -29,11 +29,4 @@ annotations:
2929
###########
3030
# "changes" must be the last section in this file, because a CI job clean it after each release
3131
###########
32-
artifacthub.io/changes: |
33-
- kind: added
34-
description: 'Kafka console: allow to define volumes & volume mounts'
35-
- kind: added
36-
description: 'Kafka console: allow to define a custom mAPI base URL instead of relying on "organization" and "environment" fields'
37-
- kind: added
38-
description: 'Kafka console: allow to use secrets from jwt.secret and apim.security.token '
39-
32+
artifacthub.io/changes:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
<properties>
3838
<!-- Version properties -->
39-
<revision>4.9.8</revision>
39+
<revision>4.9.9</revision>
4040
<sha1/>
41-
<changelist></changelist>
41+
<changelist>-SNAPSHOT</changelist>
4242

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

0 commit comments

Comments
 (0)