Skip to content

Commit ab54b58

Browse files
authored
Merge pull request #1523 from ADORSYS-GIS/update/1.x/NSA_remove_snapshot
removed snapshot
2 parents 0424fba + 38c5771 commit ab54b58

File tree

50 files changed

+51
-51
lines changed

Some content is hidden

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

50 files changed

+51
-51
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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717

1818
<properties>
1919
<java.version>21</java.version>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>de.adorsys.opba</groupId>
4747
<artifactId>opba-api-security</artifactId>
48-
<version>1.0.1-SNAPSHOT</version>
48+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

opba-admin-management/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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010

1111
<artifactId>opba-admin-management</artifactId>

0 commit comments

Comments
 (0)