File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/cd/go/authorization/keycloak Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public interface Constants {
2525 String EXTENSION_TYPE = "authorization" ;
2626
2727 // The extension point API version that this plugin understands
28- String API_VERSION = "1 .0" ;
28+ String API_VERSION = "2 .0" ;
2929
3030 // the identifier of this plugin
3131 GoPluginIdentifier PLUGIN_IDENTIFIER = new GoPluginIdentifier (EXTENSION_TYPE , Collections .singletonList (API_VERSION ));
Original file line number Diff line number Diff line change 1616
1717id =cd.go.authorization.keycloak
1818name =Keycloak oauth authorization plugin
19- version =2.0.0-16
19+ version =2.0.0-17
2020goCdVersion =19.2.0
2121description =Keycloak oauth authorization plugin for GoCD
2222vendorName =klinux
Original file line number Diff line number Diff line change 1717<go-plugin id =" cd.go.authorization.keycloak" version =" 1" >
1818 <about >
1919 <name >Keycloak oauth authorization plugin</name >
20- <version >2.0.0-16 </version >
20+ <version >2.0.0-17 </version >
2121 <target-go-version >19.2.0</target-go-version >
2222 <description >Keycloak oauth authorization plugin for GoCD</description >
2323 <vendor >
You can’t perform that action at this time.
0 commit comments