Skip to content

Commit

Permalink
Bumped to 1.1.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Dec 15, 2023
1 parent aa90d61 commit 5a5fffa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bankid-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.bankid</groupId>
<artifactId>saml-bankid-idp-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<name>Sweden Connect :: BankID :: Relying Party API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class LibraryVersion {

private static final int MAJOR = 1;
private static final int MINOR = 1;
private static final int PATCH = 2;
private static final int PATCH = 3;

/**
* Global serialization value for classes.
Expand Down
2 changes: 1 addition & 1 deletion bankid-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.bankid</groupId>
<artifactId>saml-bankid-idp-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<name>Sweden Connect :: BankID :: SAML Identity Provider :: Frontend Distribution</name>
Expand Down
3 changes: 1 addition & 2 deletions bankid-idp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.bankid</groupId>
<artifactId>saml-bankid-idp-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<name>Sweden Connect :: BankID :: SAML Identity Provider</name>
Expand Down Expand Up @@ -259,7 +259,6 @@
<container>
<creationTime>USE_CURRENT_TIMESTAMP</creationTime>
<jvmFlags>
<jvmFlag>-Dtomcat.ajp.enabled=true</jvmFlag>
<jvmFlag>-Djava.net.preferIPv4Stack=true</jvmFlag>
<jvmFlag>-Dorg.apache.xml.security.ignoreLineBreaks=true</jvmFlag>
</jvmFlags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class ApplicationVersion {

private static final int MAJOR = 1;
private static final int MINOR = 1;
private static final int PATCH = 2;
private static final int PATCH = 3;

/**
* Global serialization value for classes.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>se.swedenconnect.bankid</groupId>
<artifactId>saml-bankid-idp-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>

<name>Sweden Connect :: BankID :: Parent POM</name>
<description>Parent POM for BankID SAML Identity Provider</description>
Expand Down

0 comments on commit 5a5fffa

Please sign in to comment.