Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit b9056fb

Browse files
committed
Bump version to 1.6.0
1 parent 63366c5 commit b9056fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

service/certificate-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>sandbox</artifactId>
99
<groupId>de.adorsys.psd2</groupId>
10-
<version>1.6.0-SNAPSHOT</version>
10+
<version>1.6.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.adorsys.psd2</groupId>
88
<artifactId>sandbox</artifactId>
9-
<version>1.6.0-SNAPSHOT</version>
9+
<version>1.6.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Sandbox</name>

service/sandbox-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>sandbox</artifactId>
99
<groupId>de.adorsys.psd2</groupId>
10-
<version>1.6.0-SNAPSHOT</version>
10+
<version>1.6.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "psd2-accelerator",
3-
"version": "1.6.0-SNAPSHOT",
3+
"version": "1.6.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --proxy-config proxy.conf.json",

0 commit comments

Comments
 (0)