File tree 3 files changed +3
-3
lines changed
java/cd/go/authorization/keycloak
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public interface Constants {
25
25
String EXTENSION_TYPE = "authorization" ;
26
26
27
27
// The extension point API version that this plugin understands
28
- String API_VERSION = "1 .0" ;
28
+ String API_VERSION = "2 .0" ;
29
29
30
30
// the identifier of this plugin
31
31
GoPluginIdentifier PLUGIN_IDENTIFIER = new GoPluginIdentifier (EXTENSION_TYPE , Collections .singletonList (API_VERSION ));
Original file line number Diff line number Diff line change 16
16
17
17
id =cd.go.authorization.keycloak
18
18
name =Keycloak oauth authorization plugin
19
- version =2.0.0-16
19
+ version =2.0.0-17
20
20
goCdVersion =19.2.0
21
21
description =Keycloak oauth authorization plugin for GoCD
22
22
vendorName =klinux
Original file line number Diff line number Diff line change 17
17
<go-plugin id =" cd.go.authorization.keycloak" version =" 1" >
18
18
<about >
19
19
<name >Keycloak oauth authorization plugin</name >
20
- <version >2.0.0-16 </version >
20
+ <version >2.0.0-17 </version >
21
21
<target-go-version >19.2.0</target-go-version >
22
22
<description >Keycloak oauth authorization plugin for GoCD</description >
23
23
<vendor >
You can’t perform that action at this time.
0 commit comments