Skip to content

Commit

Permalink
Release v1.1.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
madejejej authored Nov 30, 2021
1 parent f709409 commit a529f4b
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 @@ -23,7 +23,7 @@
<artifactId>CastleNodes</artifactId>

<groupId>org.forgerock.am</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>Template for an Auth Tree Node maven project</name>
<description>An Authentication Tree Node for ForgeRock's Identity Platform</description>

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

static private String currentVersion = "1.0.0";
static private String currentVersion = "1.1.0";
private final Class serviceClass = CastleService.class;

private final List<Class<? extends Node>> nodeList = ImmutableList.of(
Expand Down

0 comments on commit a529f4b

Please sign in to comment.