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