Skip to content

Commit

Permalink
next release: 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Sep 6, 2024
1 parent 3714ca3 commit 0b4ab2a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ on:
workflow_dispatch:
push:
branches:
- master
- 7.1.x
- '!**.**.**'
- '!heroku-*'
pull_request:
types: [ labeled ]
branches: [ master, pr-* ]
branches: [ 7.1.x, pr-* ]

##########################################################################

Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ concurrency:

on:
workflow_dispatch:
schedule:
- cron: '0 23 * * *'
# push:
# branches: [ master ]
pull_request:
types: [ labeled ]
# branches: [ master ]

push:
branches-ignore:
- '**'

##########################################################################

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ concurrency:

on:
workflow_dispatch:
schedule:
- cron: '0 19 * * *'
push:
branches-ignore:
- '**'
##########################################################################

jobs:
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ env:

on:
workflow_dispatch:
schedule:
- cron: '0 18 * * *'
push:
branches:
- master
- '!**.**.**'
- '!heroku-*'
pull_request:
types: [ labeled ]
branches:
- master
- 'pr-*'
- '!**.**.**'
branches-ignore:
- '**'

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ env:
SCENARIO_REGEX: ".*"

on:
# push:
# branches: [ master ]
workflow_dispatch:
schedule:
- cron: '0 10 */2 * *'
push:
branches-ignore:
- '**'

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ env:
##########################################################################

on:
schedule:
- cron: "0 22 * * *"
workflow_dispatch:
push:
branches-ignore:
- '**'

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
JDK_CURRENT: 21
JDK_DISTRIBUTION: "corretto"
DOCS_BRANCH: master
DOCS_BRANCH: 7.1.x
RUBY_VERSION: 3.3.1

##########################################################################
Expand All @@ -22,12 +22,12 @@ on:
workflow_dispatch:
push:
branches:
- master
- 7.1.x
- '!**.**.**'
- '!heroku-*'
pull_request:
types: [ labeled ]
branches: [ master, pr-* ]
branches: [ 7.1.x, pr-* ]

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
schedule:
- cron: '0 15 * * *'
push:
branches: [ master ]
branches: [ 7.1.x ]

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ env:

on:
workflow_dispatch:
schedule:
- cron: '0 20 * * *'
push:
branches:
- master
- 7.1.x
- '!**.**.**'
- '!heroku-*'
pull_request:
types: [ labeled ]
branches: [ master, pr-* ]
branches: [ 7.1.x, pr-* ]

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ on:
workflow_dispatch:
push:
branches:
- master
- 7.1.x
- '!**.**.**'
- '!heroku-*'
pull_request:
types: [ labeled ]
branches: [ master, pr-* ]
branches: [ 7.1.x, pr-* ]
concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' || github.repository != 'apereo/cas' }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Platform metadata for releases, POM generation, etc.
#################################################
group=org.apereo.cas
version=7.1.0-SNAPSHOT
version=7.1.0
projectUrl=https://www.apereo.org/projects/cas
projectInceptionYear=2004
projectScmUrl=scm:[email protected]:apereo/cas.git
Expand Down

0 comments on commit 0b4ab2a

Please sign in to comment.