Setup build for 2.4.x

This commit is contained in:
Janne Valkealahti
2020-11-28 09:08:30 +00:00
parent ae32731ad8
commit 928520c466
3 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- 2.3.x
- 2.4.x
pull_request:
branches:
- 2.3.x
- 2.4.x
jobs:
build:

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
log4jVersion = '1.2.17'
springBootVersion = '2.3.6.RELEASE'
springBootVersion = '2.4.0'
eclipsePersistenceVersion = '2.1.1'
kryoVersion = '4.0.2'
springCloudClusterVersion = '1.0.2.RELEASE'

View File

@@ -1 +1 @@
version=2.3.0.BUILD-SNAPSHOT
version=2.4.0-SNAPSHOT