Skip to content

Commit 23de5c2

Browse files
committed
Bump version to release
1 parent 543e36c commit 23de5c2

File tree

49 files changed

+50
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+50
-50
lines changed

fintech-examples/fintech-api/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.opba</groupId>
77
<artifactId>fintech-examples</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>fintech-api</artifactId>

fintech-examples/fintech-db-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.adorsys.opba</groupId>
88
<artifactId>fintech-examples</artifactId>
9-
<version>0.31.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<packaging>jar</packaging>

fintech-examples/fintech-example-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>fintech-examples</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

fintech-examples/fintech-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>fintech-examples</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

fintech-examples/fintech-last-module-codecoverage/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.opba</groupId>
77
<artifactId>fintech-examples</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

fintech-examples/fintech-server/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.opba</groupId>
77
<artifactId>fintech-examples</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>fintech-server</artifactId>

fintech-examples/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- Core module that implements main business logic -->

firefly-exporter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>fireflyexporter</artifactId>
1414
<name>fireflyexporter</name>
1515
<description>OpenBanking to FireFly III exporter</description>
16-
<version>0.31.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1717

1818
<properties>
1919
<java.version>8</java.version>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>de.adorsys.opba</groupId>
4747
<artifactId>opba-api-security</artifactId>
48-
<version>0.30.0.1</version>
48+
<version>1.0.0</version>
4949
</dependency>
5050

5151
<dependency>

last-module-codecoverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-admin-rest-api/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-admin-rest-api</artifactId>

opba-admin-rest-impl/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-admin-rest-impl</artifactId>

opba-analytics/opba-analytics-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.adorsys.opba</groupId>
88
<artifactId>opba-analytics</artifactId>
9-
<version>0.31.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>opba-analytics-api</artifactId>

opba-analytics/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- Transaction (booking) categorization and other stuff -->

opba-api-security-signer-generator/opba-api-security-signer-generator-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>opba-api-security-signer-generator</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-api-security-signer-generator/opba-api-security-signer-generator-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>opba-api-security-signer-generator</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-api-security-signer-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-api-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-auth-rest-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-auth-rest-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-banking-protocol-facade/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-banking-protocol-facade</artifactId>

opba-banking-rest-api-ymls/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

opba-banking-rest-api/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-banking-rest-api</artifactId>

opba-banking-rest-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-consent-rest-api/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-consent-rest-api</artifactId>

opba-consent-rest-impl/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-consent-rest-impl</artifactId>

opba-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-banking-gateway</artifactId>
77
<groupId>de.adorsys.opba</groupId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-embedded-starter-tests/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-embedded-starter-tests</artifactId>

opba-embedded-starter/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-embedded-starter</artifactId>

opba-facade-protocol-api-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>open-banking-gateway</artifactId>
88
<groupId>de.adorsys.opba</groupId>
9-
<version>0.31.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>opba-facade-protocol-api-shared</artifactId>

opba-protocols/hbci-protocol-tests/hbci-bdd-sandbox/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.opba</groupId>
77
<artifactId>hbci-protocol-tests</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- BDD Tests for protocol running on top of Wiremock-based response-request fixtures -->

opba-protocols/hbci-protocol-tests/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.opba</groupId>
77
<artifactId>opba-protocols</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- Core module that implements main business logic -->

opba-protocols/hbci-protocol/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.opba</groupId>
77
<artifactId>opba-protocols</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>hbci-protocol</artifactId>

opba-protocols/opba-protocol-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.adorsys.opba</groupId>
88
<artifactId>opba-protocols</artifactId>
9-
<version>0.31.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>opba-protocol-api</artifactId>

opba-protocols/opba-protocol-testing-helper/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.opba</groupId>
77
<artifactId>opba-protocols</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>opba-protocol-testing-helper</artifactId>

opba-protocols/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.opba</groupId>
77
<artifactId>open-banking-gateway</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- Core module that implements main business logic -->

opba-protocols/protocol-bpmn-shared/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.opba</groupId>
77
<artifactId>opba-protocols</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>protocol-bpmn-shared</artifactId>

opba-protocols/sandboxes/hbci-sandbox/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.opba</groupId>
77
<artifactId>sandboxes</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>hbci-sandbox</artifactId>

opba-protocols/sandboxes/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.opba</groupId>
77
<artifactId>opba-protocols</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- Core module that implements main business logic -->

opba-protocols/sandboxes/xs2a-sandbox/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.opba</groupId>
77
<artifactId>sandboxes</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- POC that we can run whole sandbox within single JVM and Postgres database for performance and debugging easiness -->

opba-protocols/xs2a-protocol-tests/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.opba</groupId>
77
<artifactId>opba-protocols</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- Core module that implements main business logic -->

opba-protocols/xs2a-protocol-tests/xs2a-bdd-sandbox/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.opba</groupId>
77
<artifactId>xs2a-protocol-tests</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- BDD Tests for protocol running on top of Sandbox -->

opba-protocols/xs2a-protocol-tests/xs2a-bdd-tests-common/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.opba</groupId>
77
<artifactId>xs2a-protocol-tests</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- BDD Tests common step definitions, etc. -->

opba-protocols/xs2a-protocol-tests/xs2a-bdd-wiremock/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.opba</groupId>
77
<artifactId>xs2a-protocol-tests</artifactId>
8-
<version>0.31.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<!-- BDD Tests for protocol running on top of Wiremock-based response-request fixtures -->

0 commit comments

Comments
 (0)