Skip to content

Commit

Permalink
Merge pull request #7 from axonivy-market/feature/XIVY-12667_ui_rework
Browse files Browse the repository at this point in the history
Feature/xivy 12667 UI rework
  • Loading branch information
ivy-fhe authored Nov 8, 2023
2 parents 1a7a560 + 818d8bd commit 337b7d2
Show file tree
Hide file tree
Showing 24 changed files with 443 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v2
with:
mvnArgs: -Dmaven.test.failure.ignore=true -Divy.engine.version=10.0.13
mvnArgs: -Dmaven.test.failure.ignore=true -Divy.engine.version=10.0.14
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ type String #field
type PERSISTENT #fieldModifier
apiResponse List<String> #field
apiResponse PERSISTENT #fieldModifier
publicKey String #field
publicKey PERSISTENT #fieldModifier
privatekey String #field
privatekey PERSISTENT #fieldModifier
sendAnother Boolean #field
sendAnother PERSISTENT #fieldModifier
2 changes: 1 addition & 1 deletion threema-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>10.0.6</version>
<version>10.0.14</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down
106 changes: 0 additions & 106 deletions threema-connector-demo/processes/MessageMultipleRecipients.p.json

This file was deleted.

113 changes: 0 additions & 113 deletions threema-connector-demo/processes/MessageSingleRecipient.p.json

This file was deleted.

Loading

0 comments on commit 337b7d2

Please sign in to comment.