File tree Expand file tree Collapse file tree 11 files changed +15
-24
lines changed
xs2a-connector-oauth-service Expand file tree Collapse file tree 11 files changed +15
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- = Release notes v.11.12
1+ = Release notes v.12.0
22
33== Table of Contents
44
88
99== Migrated onto new XS2A version
1010
11- From now on, Connector uses XS2A version 11.12 .
11+ From now on, Connector uses XS2A version 12.0 .
1212
1313== Added specific PSU Message to response in case of Decoupled SCA approach
1414
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >xs2a-connector-examples</artifactId >
2323 <groupId >de.adorsys.ledgers</groupId >
24- <version >11.12 -SNAPSHOT</version >
24+ <version >12.0 -SNAPSHOT</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >de.adorsys.ledgers</groupId >
77 <artifactId >xs2a-connector-examples</artifactId >
8- <version >11.12 -SNAPSHOT</version >
8+ <version >12.0 -SNAPSHOT</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111 <artifactId >gateway-app</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >de.adorsys.ledgers</groupId >
77 <artifactId >xs2a-connector-examples</artifactId >
8- <version >11.12 -SNAPSHOT</version >
8+ <version >12.0 -SNAPSHOT</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111 <artifactId >ledgers-rest-client</artifactId >
Original file line number Diff line number Diff line change 2222 <modelVersion >4.0.0</modelVersion >
2323 <groupId >de.adorsys.ledgers</groupId >
2424 <artifactId >xs2a-connector-examples</artifactId >
25- <version >11.12 -SNAPSHOT</version >
25+ <version >12.0 -SNAPSHOT</version >
2626 <packaging >pom</packaging >
2727
2828 <name >XS2A Connector Examples</name >
8686 <ruleset .basedir>${project.basedir} </ruleset .basedir>
8787
8888 <!-- xs2a version -->
89- <xs2a .version>11.12-SNAPSHOT </xs2a .version>
89+ <xs2a .version>12.0 </xs2a .version>
9090 <!-- ledgers version -->
9191 <ledgers .version>4.14</ledgers .version>
9292
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ function get_remote_repo_name {
3232# Hook method to define the develop branch name
3333# Returns the develop branch name as text
3434function get_develop_branch_name {
35- if [[ " $1 " =~ ^8 \. .* ]]
35+ if [[ " $1 " =~ ^12 \. .* ]]
3636 then
37- echo " support-8 .x"
37+ echo " support-12 .x"
3838 else
3939 echo " develop"
4040 fi
@@ -43,9 +43,9 @@ function get_develop_branch_name {
4343# Hook method to define the master branch name
4444# Returns the master branch name as text
4545function get_master_branch_name {
46- if [[ " $1 " =~ ^8 \. .* ]]
46+ if [[ " $1 " =~ ^12 \. .* ]]
4747 then
48- echo " master-8 .x"
48+ echo " master-12 .x"
4949 else
5050 echo " master"
5151 fi
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >xs2a-connector-examples</artifactId >
2323 <groupId >de.adorsys.ledgers</groupId >
24- <version >11.12 -SNAPSHOT</version >
24+ <version >12.0 -SNAPSHOT</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >xs2a-connector-examples</artifactId >
2323 <groupId >de.adorsys.ledgers</groupId >
24- <version >11.12 -SNAPSHOT</version >
24+ <version >12.0 -SNAPSHOT</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >de.adorsys.ledgers</groupId >
77 <artifactId >xs2a-connector-examples</artifactId >
8- <version >11.12 -SNAPSHOT</version >
8+ <version >12.0 -SNAPSHOT</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments