Skip to content

Commit

Permalink
Release v 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Oct 7, 2020
1 parent b979b1f commit 06f4978
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- '3.22'
- '3.23'
- '3.24'
- '3.25'

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
branch:
- '3.25'
- '3.24'
- 'master'

Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
| 3.22 | 31/10/2021 |
| 3.23 | 31/10/2021 |
| 3.24 | 31/12/2021 |
| 3.25 | 31/12/2021 |
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wrapper {

allprojects {
group = 'org.mapfish.print'
version = '3.24.0'
version = '3.25.0'
ext.junitVersion = "4.13"
ext.groovyVersion = "3.0.6"
ext.spotbugVersion = '3.1.12'
Expand Down

0 comments on commit 06f4978

Please sign in to comment.