Skip to content

Commit 176eb20

Browse files
committed
Feature: Support 23.0.x
Signed-off-by: Kleber Rocha <[email protected]>
1 parent 8400402 commit 176eb20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/cd/go/authorization/keycloak/Constants.java

+1-1
Original file line numberDiff line numberDiff 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));

src/main/resources-generated/plugin.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
id=cd.go.authorization.keycloak
1818
name=Keycloak oauth authorization plugin
19-
version=2.0.0-16
19+
version=2.0.0-17
2020
goCdVersion=19.2.0
2121
description=Keycloak oauth authorization plugin for GoCD
2222
vendorName=klinux

src/main/resources-generated/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)