Skip to content

Commit

Permalink
[improve-build] Fix release workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Sep 8, 2023
1 parent 985a43a commit 8ead64b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ process_java_apps_package() {

goToRootDirectory &&
cd "identity-apps-core" || exit 1 &&
echo "Releasing java_apps version: $releaseVersion"
echo "Releasing identity-apps-core version: $releaseVersion"

mvn -Dresume=false \
-Darguments='-Dadditionalparam=-Xdoclint:none' \
Expand Down Expand Up @@ -130,7 +130,7 @@ for package in $(echo "$PACKAGES" | jq -c '.[]'); do
"@wso2is/myaccount")
process_myaccount_package "$version"
;;
"@wso2is/java-apps")
"@wso2is/identity-apps-core")
process_java_apps_package "$version"
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/apps/authentication-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/apps/recovery-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/components/login-portal-layouts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/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.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<artifactId>identity-apps-core</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<name>WSO2 Identity Server Apps - Parent</name>
Expand Down

0 comments on commit 8ead64b

Please sign in to comment.