Skip to content

Commit

Permalink
Feature/36 variable recurring payments for 3 1 8 (#478)
Browse files Browse the repository at this point in the history
* 36: Variable recurring payments support
- Added new properties on configuration to get the aspsp name of the platform
- Updated some dependecies with SNAPSHOT to support development iteration for branch 36 (must be update before merge on master)
Issue: OpenBankingToolkit/openbanking-toolkit#36

* Added descriptions on new platorm configuration properties

* Latests version or dependencies

* 36: VRP payment support
- Bumped starter parent 1.2.8
- Bumped commons 1.3.1
- Bumped clients 1.3.1
- Bumped jwkms 1.3.1
- Bumped auth 1.3.1
- Bumped directory 1.6.1
- Bumped analytics 1.4.1
- Bumped aspsp 1.6.0
- Bumped uk-extensions 1.6.0
Issue: OpenBankingToolkit/openbanking-toolkit#36
  • Loading branch information
jsanhc authored Dec 21, 2021
1 parent fd0f885 commit 73dee97
Show file tree
Hide file tree
Showing 24 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking.aspsp.as</groupId>
<artifactId>forgerock-openbanking-aspsp-as</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Reference Implementation - ASPSP - AS</name>
<groupId>com.forgerock.openbanking.aspsp.as</groupId>
<artifactId>forgerock-openbanking-aspsp-as</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking.aspsp</groupId>
<artifactId>forgerock-openbanking-aspsp</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking.aspsp.rs</groupId>
<artifactId>forgerock-openbanking-aspsp-rs</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.aspsp.rs</groupId>
<artifactId>forgerock-openbanking-aspsp-rs</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.aspsp.rs</groupId>
<artifactId>forgerock-openbanking-aspsp-rs</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.aspsp.rs</groupId>
<artifactId>forgerock-openbanking-aspsp-rs</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.aspsp.rs</groupId>
<artifactId>forgerock-openbanking-aspsp-rs</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Reference Implementation - ASPSP - RS</name>
<groupId>com.forgerock.openbanking.aspsp.rs</groupId>
<artifactId>forgerock-openbanking-aspsp-rs</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking.aspsp</groupId>
<artifactId>forgerock-openbanking-aspsp</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions forgerock-openbanking-aspsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Reference Implementation - ASPSP</name>
<groupId>com.forgerock.openbanking.aspsp</groupId>
<artifactId>forgerock-openbanking-aspsp</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.backstage</groupId>
<artifactId>forgerock-openbanking-backstage</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.metrics</groupId>
<artifactId>forgerock-openbanking-metrics</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Metrics</name>
<groupId>com.forgerock.openbanking.metrics</groupId>
<artifactId>forgerock-openbanking-metrics</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking.backstage</groupId>
<artifactId>forgerock-openbanking-backstage</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking.backstage</groupId>
<artifactId>forgerock-openbanking-backstage</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions forgerock-openbanking-backstage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Reference Implementation - Backstage</name>
<groupId>com.forgerock.openbanking.backstage</groupId>
<artifactId>forgerock-openbanking-backstage</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ rs-discovery:
hostname: matls.rs.aspsp.${dns.hosts.root}
base-url: https://${rs-discovery.hostname}
read-write-api:
version: 3.1.7 #TODO - 36 finish VRPs and then set this to 3.1.8 (and add the 3.1.8 endpoints below)
version: 3.1.8 # new Feature: Vrp payment support
apis:
payments:
v_1_1:
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.devportal</groupId>
<artifactId>forgerock-openbanking-devportal</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking.devportal</groupId>
<artifactId>forgerock-openbanking-devportal</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions forgerock-openbanking-devportal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Dev Portal</name>
<groupId>com.forgerock.openbanking.devportal</groupId>
<artifactId>forgerock-openbanking-devportal</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-directory-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion forgerock-openbanking-jwkms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<name>ForgeRock OpenBanking Reference Implementation</name>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-reference-implementation</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-starter-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -44,14 +44,14 @@
<url>http://www.forgerock.com</url>

<properties>
<ob-commons.version>1.3.0</ob-commons.version>
<ob-clients.version>1.3.0</ob-clients.version>
<ob-jwkms.version>1.3.0</ob-jwkms.version>
<ob-auth.version>1.3.0</ob-auth.version>
<ob-directory.version>1.6.0</ob-directory.version>
<ob-analytics.version>1.4.0</ob-analytics.version>
<ob-aspsp.version>1.5.6</ob-aspsp.version>
<ob-extensions.version>1.5.6</ob-extensions.version>
<ob-commons.version>1.3.1</ob-commons.version>
<ob-clients.version>1.3.1</ob-clients.version>
<ob-jwkms.version>1.3.1</ob-jwkms.version>
<ob-auth.version>1.3.1</ob-auth.version>
<ob-directory.version>1.6.1</ob-directory.version>
<ob-analytics.version>1.4.1</ob-analytics.version>
<ob-aspsp.version>1.6.0</ob-aspsp.version>
<ob-extensions.version>1.6.0</ob-extensions.version>
</properties>

<modules>
Expand Down

0 comments on commit 73dee97

Please sign in to comment.