Skip to content

Commit

Permalink
Actively break GitHub Actions' cache for atomikos 5.0.9's Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Oct 15, 2022
1 parent 16887be commit 68cc6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/transaction/type/xa/provider/atomikos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>${project.artifactId}</name>

<properties>
<atomikos.version>5.0.8</atomikos.version>
<atomikos.version>5.0.9</atomikos.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test/integration-test/transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<atomikos.version>5.0.8</atomikos.version>
<atomikos.version>5.0.9</atomikos.version>
<narayana.version>5.12.4.Final</narayana.version>
<jboss-transaction-spi.version>7.6.0.Final</jboss-transaction-spi.version>
<jboss-logging.version>3.2.1.Final</jboss-logging.version>
Expand Down

0 comments on commit 68cc6fe

Please sign in to comment.