Skip to content

Commit

Permalink
Downgrade surefire back to 3 M5
Browse files Browse the repository at this point in the history
Trino community reported some new problems in M6.
  • Loading branch information
findepi committed Jun 2, 2022
1 parent d4630aa commit 1ee5686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Airbase 126

* Fix the way locale information is passed to maven-surefire-plugin
* Plugin downgrades:
- Surefire 3.0.0-M5 (from 3.0.0-M6)

Airbase 125

Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

<!-- Plugin versions used in multiple places -->
<dep.plugin.scm.version>1.8.1</dep.plugin.scm.version>
<dep.plugin.surefire.version>3.0.0-M6</dep.plugin.surefire.version>
<dep.plugin.surefire.version>3.0.0-M5</dep.plugin.surefire.version>

<!-- Packaging for the tarball deployment -->
<dep.packaging.version>0.163</dep.packaging.version>
Expand Down

0 comments on commit 1ee5686

Please sign in to comment.