Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for the development iteration 1.0.3 #45

Merged
merged 6 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>

<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>

<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading