Setup build for 2.4.x
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=2.3.0.BUILD-SNAPSHOT
|
||||
version=2.4.0-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user