Skip to content

Commit

Permalink
Feature: Support 23.0.x
Browse files Browse the repository at this point in the history
Signed-off-by: Kleber Rocha <klinux@gmail.com>
  • Loading branch information
klinux committed Aug 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8400402 commit 176eb20
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/cd/go/authorization/keycloak/Constants.java
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ public interface Constants {
String EXTENSION_TYPE = "authorization";

// The extension point API version that this plugin understands
String API_VERSION = "1.0";
String API_VERSION = "2.0";

// the identifier of this plugin
GoPluginIdentifier PLUGIN_IDENTIFIER = new GoPluginIdentifier(EXTENSION_TYPE, Collections.singletonList(API_VERSION));
2 changes: 1 addition & 1 deletion src/main/resources-generated/plugin.properties
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

id=cd.go.authorization.keycloak
name=Keycloak oauth authorization plugin
version=2.0.0-16
version=2.0.0-17
goCdVersion=19.2.0
description=Keycloak oauth authorization plugin for GoCD
vendorName=klinux
2 changes: 1 addition & 1 deletion src/main/resources-generated/plugin.xml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
<go-plugin id="cd.go.authorization.keycloak" version="1">
<about>
<name>Keycloak oauth authorization plugin</name>
<version>2.0.0-16</version>
<version>2.0.0-17</version>
<target-go-version>19.2.0</target-go-version>
<description>Keycloak oauth authorization plugin for GoCD</description>
<vendor>

0 comments on commit 176eb20

Please sign in to comment.