Commit ba3696c 1 parent 241a084 commit ba3696c Copy full SHA for ba3696c
File tree 14 files changed +16
-15
lines changed
docs/site/content/en/openapi
horreum-integration-tests
14 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 20
20
21
21
22
22
23
+
23
24
github.event.action == 'closed'
24
25
&& (contains(github.event.pull_request.labels.*.name, 'backport')
25
26
|| contains(github.event.pull_request.labels.*.name, 'backport-squash'))
41
42
- name : Backporting
42
43
uses : kiegroup/git-backporting@v4
43
44
with :
44
- target-branch : 0.16
45
+ target-branch : 0.17
45
46
pull-request : ${{ github.event.pull_request.url }}
46
47
auth : ${{ secrets.RH_PERF_BOT_TOKEN }}
47
48
no-squash : ${{ env.NO_SQUASH_OPTION }}
Original file line number Diff line number Diff line change 1
1
name : Java CI with Maven
2
2
on :
3
3
push :
4
- branches : [master, 0.16 ]
4
+ branches : [master, 0.17 ]
5
5
tags : ["*"]
6
6
pull_request :
7
7
workflow_dispatch :
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- - 0.16
6
+ - 0.17
7
7
paths :
8
8
- " docs/site/content/en/openapi/openapi.yaml"
9
9
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Perform Release
3
3
on :
4
4
workflow_dispatch :
5
5
env :
6
- RELEASE_BRANCH : 0.17
6
+ RELEASE_BRANCH : 0.18
7
7
jobs :
8
8
build :
9
9
name : Perform release
Original file line number Diff line number Diff line change 4
4
title : Horreum REST API
5
5
description : " Horreum automated change anomaly detection. For more information,\
6
6
\ please see [https://horreum.hyperfoil.io/](https://horreum.hyperfoil.io/)"
7
- version : " 0.17 "
7
+ version : " 0.18 "
8
8
tags :
9
9
- name : Config
10
10
description : Endpoint providing configuration for the Horreum System
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.hyperfoil.tools</groupId >
8
8
<artifactId >horreum</artifactId >
9
- <version >0.17 -SNAPSHOT</version >
9
+ <version >0.18 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >horreum-api</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >horreum</artifactId >
5
5
<groupId >io.hyperfoil.tools</groupId >
6
- <version >0.17 -SNAPSHOT</version >
6
+ <version >0.18 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >horreum</artifactId >
5
5
<groupId >io.hyperfoil.tools</groupId >
6
- <version >0.17 -SNAPSHOT</version >
6
+ <version >0.18 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >horreum</artifactId >
5
5
<groupId >io.hyperfoil.tools</groupId >
6
- <version >0.17 -SNAPSHOT</version >
6
+ <version >0.18 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.hyperfoil.tools</groupId >
7
7
<artifactId >horreum-dev-services-parent</artifactId >
8
- <version >0.17 -SNAPSHOT</version >
8
+ <version >0.18 -SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >horreum-dev-services-deployment</artifactId >
11
11
<name >Horreum Dev Services - Deployment</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >horreum</artifactId >
7
7
<groupId >io.hyperfoil.tools</groupId >
8
- <version >0.17 -SNAPSHOT</version >
8
+ <version >0.18 -SNAPSHOT</version >
9
9
<relativePath >../../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.hyperfoil.tools</groupId >
7
7
<artifactId >horreum-dev-services-parent</artifactId >
8
- <version >0.17 -SNAPSHOT</version >
8
+ <version >0.18 -SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >horreum-dev-services</artifactId >
11
11
<name >Horreum Dev Services - Runtime</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >horreum</artifactId >
8
8
<groupId >io.hyperfoil.tools</groupId >
9
- <version >0.17 -SNAPSHOT</version >
9
+ <version >0.18 -SNAPSHOT</version >
10
10
<relativePath >../../pom.xml</relativePath >
11
11
</parent >
12
12
<name >Horreum infra - common</name >
Original file line number Diff line number Diff line change 25
25
<groupId >io.hyperfoil.tools</groupId >
26
26
<artifactId >horreum</artifactId >
27
27
<packaging >pom</packaging >
28
- <version >0.17 -SNAPSHOT</version >
28
+ <version >0.18 -SNAPSHOT</version >
29
29
<modules >
30
30
<module >horreum-api</module >
31
31
<module >horreum-client</module >
102
102
<dev .images.amq>quay.io/artemiscloud/activemq-artemis-broker:1.0.25</dev .images.amq>
103
103
104
104
<horreum .version>${project.version} </horreum .version>
105
- <major-version >0.17 </major-version >
105
+ <major-version >0.18 </major-version >
106
106
107
107
<!-- code formatting -->
108
108
<format .skip>false</format .skip>
You can’t perform that action at this time.
0 commit comments