Skip to content

Commit

Permalink
Version 1.1.0, ForgeRock 6.5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
skion committed Nov 8, 2018
1 parent c370e4a commit eb10765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<artifactId>authentiq-auth-tree-social-node</artifactId>

<groupId>com.authentiq</groupId>
<version>1.0.2</version>
<version>1.1.0</version>
<name>Authentiq Social Auth Tree Node</name>
<description>An Authentication Tree Node for using Authentiq with ForgeRock's Identity Platform</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*/
public class SocialAuthentiqNodePlugin extends AbstractNodeAmPlugin {

static private String currentVersion = "1.0.2";
static private String currentVersion = "1.1.0";

/**
* Specify the Map of list of node classes that the plugin is providing. These will then be installed and
Expand Down

0 comments on commit eb10765

Please sign in to comment.