Skip to content

Commit b988107

Browse files
author
Hryhorii Hevorkian
committed
Merge branch 'release-13.2'
2 parents f94f59c + ea04ad1 commit b988107

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

README.md

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

1414
| xs2a-connector-examples | Ledgers |
1515
|-------------------------|---------|
16+
| v.13.2 | v.4.16 |
1617
| v.13.1 | v.4.15 |
1718
| v.13.0 | v.4.14 |
1819
| v.12.1 | v.4.15 |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Release notes v.13.2
2+
3+
== Table of Contents
4+
5+
* Migrated onto new XS2A and ledgers version
6+
7+
== Migrated onto new XS2A version
8+
9+
From now on, Connector uses XS2A version 13.2 and ledgers version 4.16.

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.1</version>
24+
<version>13.2</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.1</version>
8+
<version>13.2</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.1</version>
8+
<version>13.2</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.1</version>
25+
<version>13.2</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.1</xs2a.version>
89+
<xs2a.version>13.2</xs2a.version>
9090
<!-- ledgers version -->
91-
<ledgers.version>4.15</ledgers.version>
91+
<ledgers.version>4.16</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.1</version>
24+
<version>13.2</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.1</version>
24+
<version>13.2</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.1</version>
8+
<version>13.2</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.1</version>
8+
<version>13.2</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)