Skip to content

Commit ba3696c

Browse files
Next is 0.18
1 parent 241a084 commit ba3696c

File tree

14 files changed

+16
-15
lines changed

14 files changed

+16
-15
lines changed

.github/workflows/backport.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
2121
2222
23+
2324
github.event.action == 'closed'
2425
&& (contains(github.event.pull_request.labels.*.name, 'backport')
2526
|| contains(github.event.pull_request.labels.*.name, 'backport-squash'))
@@ -41,7 +42,7 @@ jobs:
4142
- name: Backporting
4243
uses: kiegroup/git-backporting@v4
4344
with:
44-
target-branch: 0.16
45+
target-branch: 0.17
4546
pull-request: ${{ github.event.pull_request.url }}
4647
auth: ${{ secrets.RH_PERF_BOT_TOKEN }}
4748
no-squash: ${{ env.NO_SQUASH_OPTION }}

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Java CI with Maven
22
on:
33
push:
4-
branches: [master, 0.16]
4+
branches: [master, 0.17]
55
tags: ["*"]
66
pull_request:
77
workflow_dispatch:

.github/workflows/notify-clients.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- 0.16
6+
- 0.17
77
paths:
88
- "docs/site/content/en/openapi/openapi.yaml"
99
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Perform Release
33
on:
44
workflow_dispatch:
55
env:
6-
RELEASE_BRANCH: 0.17
6+
RELEASE_BRANCH: 0.18
77
jobs:
88
build:
99
name: Perform release

docs/site/content/en/openapi/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
title: Horreum REST API
55
description: "Horreum automated change anomaly detection. For more information,\
66
\ please see [https://horreum.hyperfoil.io/](https://horreum.hyperfoil.io/)"
7-
version: "0.17"
7+
version: "0.18"
88
tags:
99
- name: Config
1010
description: Endpoint providing configuration for the Horreum System

horreum-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.hyperfoil.tools</groupId>
88
<artifactId>horreum</artifactId>
9-
<version>0.17-SNAPSHOT</version>
9+
<version>0.18-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>horreum-api</artifactId>

horreum-backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>horreum</artifactId>
55
<groupId>io.hyperfoil.tools</groupId>
6-
<version>0.17-SNAPSHOT</version>
6+
<version>0.18-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

horreum-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>horreum</artifactId>
55
<groupId>io.hyperfoil.tools</groupId>
6-
<version>0.17-SNAPSHOT</version>
6+
<version>0.18-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

horreum-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>horreum</artifactId>
55
<groupId>io.hyperfoil.tools</groupId>
6-
<version>0.17-SNAPSHOT</version>
6+
<version>0.18-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

infra/horreum-dev-services/deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.hyperfoil.tools</groupId>
77
<artifactId>horreum-dev-services-parent</artifactId>
8-
<version>0.17-SNAPSHOT</version>
8+
<version>0.18-SNAPSHOT</version>
99
</parent>
1010
<artifactId>horreum-dev-services-deployment</artifactId>
1111
<name>Horreum Dev Services - Deployment</name>

infra/horreum-dev-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>horreum</artifactId>
77
<groupId>io.hyperfoil.tools</groupId>
8-
<version>0.17-SNAPSHOT</version>
8+
<version>0.18-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

infra/horreum-dev-services/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.hyperfoil.tools</groupId>
77
<artifactId>horreum-dev-services-parent</artifactId>
8-
<version>0.17-SNAPSHOT</version>
8+
<version>0.18-SNAPSHOT</version>
99
</parent>
1010
<artifactId>horreum-dev-services</artifactId>
1111
<name>Horreum Dev Services - Runtime</name>

infra/horreum-infra-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>horreum</artifactId>
88
<groupId>io.hyperfoil.tools</groupId>
9-
<version>0.17-SNAPSHOT</version>
9+
<version>0.18-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<name>Horreum infra - common</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>io.hyperfoil.tools</groupId>
2626
<artifactId>horreum</artifactId>
2727
<packaging>pom</packaging>
28-
<version>0.17-SNAPSHOT</version>
28+
<version>0.18-SNAPSHOT</version>
2929
<modules>
3030
<module>horreum-api</module>
3131
<module>horreum-client</module>
@@ -102,7 +102,7 @@
102102
<dev.images.amq>quay.io/artemiscloud/activemq-artemis-broker:1.0.25</dev.images.amq>
103103

104104
<horreum.version>${project.version}</horreum.version>
105-
<major-version>0.17</major-version>
105+
<major-version>0.18</major-version>
106106

107107
<!-- code formatting -->
108108
<format.skip>false</format.skip>

0 commit comments

Comments
 (0)