Skip to content

Commit

Permalink
handle feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Dec 2, 2024
1 parent 1011acb commit e0e8483
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v5
2 changes: 1 addition & 1 deletion approval-decision-utils-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.approvaldecision</groupId>
<artifactId>approval-decision-utils-demo</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TicketProcessUtils {
public static void navigateToHomePage() throws MalformedURLException {
IHttpResponse httpResponse = (IHttpResponse) Ivy.response();
try {
httpResponse.sendRedirect(URLDecoder.decode(Ivy.html().applicationHomeRef(), StandardCharsets.UTF_8));
httpResponse.sendRedirect(URLDecoder.decode(Ivy.html().applicationHomeLink().get(), StandardCharsets.UTF_8));
} catch (IOException e) {
e.printStackTrace();
}
Expand Down
2 changes: 1 addition & 1 deletion approval-decision-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.approvaldecision</groupId>
<artifactId>approval-decision-utils</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.utils.approvaldecision</groupId>
<name>approval-decision-utils</name>
<artifactId>approval-decision-utils-modules</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit e0e8483

Please sign in to comment.