Skip to content

Commit f94f59c

Browse files
author
Hryhorii Hevorkian
committed
Merge branch 'release-13.1'
2 parents 2bb69e1 + 11ca144 commit f94f59c

File tree

10 files changed

+23
-10
lines changed

10 files changed

+23
-10
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Please use correct version of xs2a-connector-examples and Ledgers. Matches are d
1313

1414
| xs2a-connector-examples | Ledgers |
1515
|-------------------------|---------|
16+
| v.13.1 | v.4.15 |
17+
| v.13.0 | v.4.14 |
18+
| v.12.1 | v.4.15 |
19+
| v.12.0 | v.4.14 |
1620
| v.11.11 | v.4.14 |
1721
| v.11.10 | v.4.14 |
1822
| v.11.9 | v.4.14 |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Release notes v.13.1
2+
3+
== Table of Contents
4+
5+
* Migrated onto new XS2A version
6+
7+
== Migrated onto new XS2A version
8+
9+
From now on, Connector uses XS2A version 13.1.

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>13.0</version>
24+
<version>13.1</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>13.0</version>
8+
<version>13.1</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>13.0</version>
8+
<version>13.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>ledgers-rest-client</artifactId>

pom.xml

Lines changed: 3 additions & 3 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>13.0</version>
25+
<version>13.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>XS2A Connector Examples</name>
@@ -86,9 +86,9 @@
8686
<ruleset.basedir>${project.basedir}</ruleset.basedir>
8787

8888
<!-- xs2a version -->
89-
<xs2a.version>13.0</xs2a.version>
89+
<xs2a.version>13.1</xs2a.version>
9090
<!-- ledgers version -->
91-
<ledgers.version>4.14</ledgers.version>
91+
<ledgers.version>4.15</ledgers.version>
9292

9393
<!-- other properties -->
9494
<spring-boot-dependencies.version>2.2.4.RELEASE</spring-boot-dependencies.version>

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>13.0</version>
24+
<version>13.1</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>13.0</version>
24+
<version>13.1</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>13.0</version>
8+
<version>13.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

xs2a-connector/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>13.0</version>
8+
<version>13.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)