Skip to content

Commit 2b77694

Browse files
committed
Prepare 3.3.x branch
1 parent 3ef5254 commit 2b77694

5 files changed

+5
-13
lines changed

.github/workflows/build-and-deploy-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- main
5+
- '3.3.x'
66
permissions:
77
actions: write
88
concurrency:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- '3.3.x'
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

.github/workflows/run-system-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run System Tests
22
on:
33
push:
44
branches:
5-
- main
5+
- '3.3.x'
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

.github/workflows/trigger-docs-build.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
name: Trigger Docs Build
22
on:
33
push:
4-
branches: main
4+
branches: '3.3.x'
55
paths: [ 'antora/*' ]
6-
workflow_dispatch:
7-
inputs:
8-
build-refname:
9-
description: Enter git refname to build (e.g., 1.0.x).
10-
required: false
11-
build-version:
12-
description: Enter the version being build (e.g. 1.0.3-SNAPSHOT)
13-
required: false
146
permissions:
157
actions: write
168
jobs:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version=3.3.1-SNAPSHOT
2-
latestVersion=true
2+
latestVersion=false
33

44
org.gradle.caching=true
55
org.gradle.parallel=true

0 commit comments

Comments
 (0)