Skip to content

Commit

Permalink
Next is 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-appservices-perf committed Jan 14, 2025
1 parent 241a084 commit ba3696c
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
github.event.action == 'closed'
&& (contains(github.event.pull_request.labels.*.name, 'backport')
|| contains(github.event.pull_request.labels.*.name, 'backport-squash'))
Expand All @@ -41,7 +42,7 @@ jobs:
- name: Backporting
uses: kiegroup/git-backporting@v4
with:
target-branch: 0.16
target-branch: 0.17
pull-request: ${{ github.event.pull_request.url }}
auth: ${{ secrets.RH_PERF_BOT_TOKEN }}
no-squash: ${{ env.NO_SQUASH_OPTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Java CI with Maven
on:
push:
branches: [master, 0.16]
branches: [master, 0.17]
tags: ["*"]
pull_request:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- 0.16
- 0.17
paths:
- "docs/site/content/en/openapi/openapi.yaml"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Perform Release
on:
workflow_dispatch:
env:
RELEASE_BRANCH: 0.17
RELEASE_BRANCH: 0.18
jobs:
build:
name: Perform release
Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/en/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
title: Horreum REST API
description: "Horreum automated change anomaly detection. For more information,\
\ please see [https://horreum.hyperfoil.io/](https://horreum.hyperfoil.io/)"
version: "0.17"
version: "0.18"
tags:
- name: Config
description: Endpoint providing configuration for the Horreum System
Expand Down
2 changes: 1 addition & 1 deletion horreum-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>

<artifactId>horreum-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion horreum-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion horreum-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion horreum-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>horreum-dev-services-deployment</artifactId>
<name>Horreum Dev Services - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>horreum-dev-services</artifactId>
<name>Horreum Dev Services - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-infra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Horreum infra - common</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<packaging>pom</packaging>
<version>0.17-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
<modules>
<module>horreum-api</module>
<module>horreum-client</module>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dev.images.amq>quay.io/artemiscloud/activemq-artemis-broker:1.0.25</dev.images.amq>

<horreum.version>${project.version}</horreum.version>
<major-version>0.17</major-version>
<major-version>0.18</major-version>

<!-- code formatting -->
<format.skip>false</format.skip>
Expand Down

0 comments on commit ba3696c

Please sign in to comment.