Skip to content

Commit

Permalink
Merge pull request #495 from axonivy/search-by-default-lts12
Browse files Browse the repository at this point in the history
Search by default a LTS 12 engine
  • Loading branch information
alexsuter authored Sep 16, 2024
2 parents 24cc940 + 45bf941 commit d941566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/ivyteam/ivy/maven/AbstractEngineMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public abstract class AbstractEngineMojo extends AbstractMojo {
* requirements
*/
protected static final String MINIMAL_COMPATIBLE_VERSION = "11.3.0";
protected static final String DEFAULT_VERSION = "11.4.0";
protected static final String DEFAULT_VERSION = "12.0.0";

protected static final String ENGINE_DIRECTORY_PROPERTY = "ivy.engine.directory";

Expand Down

0 comments on commit d941566

Please sign in to comment.