Skip to content

Commit

Permalink
Merge pull request #17 from axonivy-market/applyWebtester
Browse files Browse the repository at this point in the history
early adopt project-build-plugin:10.0.14
  • Loading branch information
ivy-rew committed Feb 1, 2024
2 parents 25e7903 + ef7ca6e commit 4374975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,5 +9,3 @@ on:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v2
with:
mvnArgs: -Divy.engine.version=10.0.14
2 changes: 1 addition & 1 deletion stateful-datatable-demo/pom.xml
Expand Up @@ -20,7 +20,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
4 changes: 2 additions & 2 deletions stateful-datatable-test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<version>10.0.3-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<properties>
<webtester.version>10.0.14-SNAPSHOT</webtester.version>
<webtester.version>10.0.14</webtester.version>
</properties>

<repositories>
Expand Down Expand Up @@ -49,7 +49,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

0 comments on commit 4374975

Please sign in to comment.