Skip to content

Commit

Permalink
Prepare release 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semenykhin committed Dec 20, 2021
1 parent 01d46e4 commit d569376
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.4-SNAPSHOT</version>
<version>13.4</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.4-SNAPSHOT</version>
<version>13.4</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.4-SNAPSHOT</version>
<version>13.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ledgers-rest-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.4-SNAPSHOT</version>
<version>13.4</version>
<packaging>pom</packaging>

<name>XS2A Connector Examples</name>
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.4-SNAPSHOT</version>
<version>13.4</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.4-SNAPSHOT</version>
<version>13.4</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.4-SNAPSHOT</version>
<version>13.4</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.4-SNAPSHOT</version>
<version>13.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit d569376

Please sign in to comment.