Skip to content

Commit f393ade

Browse files
author
Hryhorii Hevorkian
committed
Merge branch 'feature/HHE_prepare_for_release_12.0' into 'develop'
preparations for new branch. See merge request adorsys/xs2a/xs2a-connector-examples!700
2 parents d5b9b4a + 894243f commit f393ade

File tree

11 files changed

+15
-24
lines changed

11 files changed

+15
-24
lines changed

doc/release_notes/Release_notes_11.12.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/release_notes/Release_notes_11.12_SSE.adoc renamed to doc/release_notes/Release_notes_12.0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Release notes v.11.12
1+
= Release notes v.12.0
22

33
== Table of Contents
44

@@ -8,7 +8,7 @@
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

gateway-app-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

gateway-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

ledgers-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>
@@ -86,7 +86,7 @@
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

scripts/.release-scripts-hooks.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3434
function 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
4545
function 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

xs2a-connector-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

xs2a-connector-oauth-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

xs2a-connector-remote/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)