Skip to content

Commit

Permalink
[1.0.0 release] Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeragunarathne committed Nov 5, 2024
1 parent 17eac08 commit 02eeca2
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Provides core functionality to streamline healthcare integration by enabling rap

Currently WSO2 Healthcare Accelerator consists of following accelerator distributions:

- [WSO2 Healthcare API Manager Accelerator](apim-accelerator/README.md)
- [WSO2 Healthcare API Manager Accelerator](distribution/apim-accelerator/README.md)
4 changes: 2 additions & 2 deletions distribution/apim-accelerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>distribution</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
</parent>

<artifactId>apim-accelerator</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>healthcare-accelerator</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
</parent>

<artifactId>distribution</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.wso2.healthcare</groupId>
<artifactId>healthcare-accelerator</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>

<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions product-accelerators/apim/apps/authentication-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>authentication-portal</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Open-Healthcare customized authentication-portal</description>
Expand Down
4 changes: 2 additions & 2 deletions product-accelerators/apim/apps/recovery-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>recovery-portal</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.claim.mgt</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.clientauth.jwt</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.conformance</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.core</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>

<description>WSO2 Healthcare API Management core component</description>
<packaging>bundle</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.gateway.security.jwt.generator</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.multitenancy</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.scopemgt</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.tokenmgt</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.healthcare.apim.workflow.extensions</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions product-accelerators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.healthcare</groupId>
<artifactId>healthcare-accelerator</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>product-accelerators</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 02eeca2

Please sign in to comment.