commit
1c3b5d385c
|
@ -6,6 +6,7 @@ Unreleased:
|
||||||
- Added a password encoder to the client entity service
|
- Added a password encoder to the client entity service
|
||||||
- Fixes a bug by specifying the name of the scope columnn
|
- Fixes a bug by specifying the name of the scope columnn
|
||||||
- Removed functionality that passed the client secret down to the UI
|
- Removed functionality that passed the client secret down to the UI
|
||||||
|
- Updated JDK to Corretto 1.8.252
|
||||||
|
|
||||||
*1.3.2:
|
*1.3.2:
|
||||||
- Added changelog
|
- Added changelog
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
maven 'Maven 3.3.9'
|
maven 'Maven 3.6.3'
|
||||||
jdk 'Java 8'
|
jdk 'Corretto 8.252'
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
VERSION = ''
|
VERSION = ''
|
||||||
|
|
Loading…
Reference in New Issue