Skip to content

Commit

Permalink
Merge branch 'release-13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hryhorii Hevorkian committed Nov 3, 2021
2 parents 2bb69e1 + 11ca144 commit f94f59c
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Please use correct version of xs2a-connector-examples and Ledgers. Matches are d

| xs2a-connector-examples | Ledgers |
|-------------------------|---------|
| v.13.1 | v.4.15 |
| v.13.0 | v.4.14 |
| v.12.1 | v.4.15 |
| v.12.0 | v.4.14 |
| v.11.11 | v.4.14 |
| v.11.10 | v.4.14 |
| v.11.9 | v.4.14 |
Expand Down
9 changes: 9 additions & 0 deletions doc/release_notes/Release_notes_13.1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
= Release notes v.13.1

== Table of Contents

* Migrated onto new XS2A version

== Migrated onto new XS2A version

From now on, Connector uses XS2A version 13.1.
2 changes: 1 addition & 1 deletion gateway-app-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>xs2a-connector-examples</artifactId>
<groupId>de.adorsys.ledgers</groupId>
<version>13.0</version>
<version>13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gateway-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.adorsys.ledgers</groupId>
<artifactId>xs2a-connector-examples</artifactId>
<version>13.0</version>
<version>13.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>gateway-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ledgers-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.adorsys.ledgers</groupId>
<artifactId>xs2a-connector-examples</artifactId>
<version>13.0</version>
<version>13.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ledgers-rest-client</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.adorsys.ledgers</groupId>
<artifactId>xs2a-connector-examples</artifactId>
<version>13.0</version>
<version>13.1</version>
<packaging>pom</packaging>

<name>XS2A Connector Examples</name>
Expand Down Expand Up @@ -86,9 +86,9 @@
<ruleset.basedir>${project.basedir}</ruleset.basedir>

<!-- xs2a version -->
<xs2a.version>13.0</xs2a.version>
<xs2a.version>13.1</xs2a.version>
<!-- ledgers version -->
<ledgers.version>4.14</ledgers.version>
<ledgers.version>4.15</ledgers.version>

<!-- other properties -->
<spring-boot-dependencies.version>2.2.4.RELEASE</spring-boot-dependencies.version>
Expand Down
2 changes: 1 addition & 1 deletion xs2a-connector-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>xs2a-connector-examples</artifactId>
<groupId>de.adorsys.ledgers</groupId>
<version>13.0</version>
<version>13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xs2a-connector-oauth-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>xs2a-connector-examples</artifactId>
<groupId>de.adorsys.ledgers</groupId>
<version>13.0</version>
<version>13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xs2a-connector-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.adorsys.ledgers</groupId>
<artifactId>xs2a-connector-examples</artifactId>
<version>13.0</version>
<version>13.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xs2a-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.adorsys.ledgers</groupId>
<artifactId>xs2a-connector-examples</artifactId>
<version>13.0</version>
<version>13.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit f94f59c

Please sign in to comment.