Skip to content

Commit

Permalink
Preapare for release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imesh94 committed Nov 27, 2024
1 parent 6e8f694 commit 9c26624
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.cds.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.cds.demo.backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.cds.gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.cds.identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.cds.metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration-test-suite/cds-toolkit-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cds-toolkit-integration-test</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration-test-suite/cds-toolkit-test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cds-toolkit-test-framework</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.oltu.oauth2</groupId>
<artifactId>org.apache.oltu.oauth2.common</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.json.wso2</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>internal-apis</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>internal-apis</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion internal-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.wso2.openbanking</groupId>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<parent>
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion react-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion toolkits/ob-apim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-toolkit-cds-modules</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion toolkits/ob-bi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-toolkit-cds-modules</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion toolkits/ob-is/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-toolkit-cds-modules</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion toolkits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>reference-implementation-consumerdatastandards-au</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9c26624

Please sign in to comment.