Skip to content

Commit

Permalink
Merge pull request #253 from axonivy/XIVY-5608-engine-1003
Browse files Browse the repository at this point in the history
XIVY-5608 raise default ivy-version to 10.0.3
  • Loading branch information
ivy-rew authored Dec 19, 2022
2 parents 42c298c + d18da02 commit e2e6e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>10.0.2-SNAPSHOT</version>
<version>10.0.3-SNAPSHOT</version>

<name>Axon Ivy Project Build Plugin</name>
<description>Maven plugin for the automated building of Axon Ivy Projects. Referenced from the pom.xml of Axon Ivy Projects.</description>
Expand Down
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 @@ -39,7 +39,7 @@ public abstract class AbstractEngineMojo extends AbstractMojo {
* requirements
*/
protected static final String MINIMAL_COMPATIBLE_VERSION = "10.0.0";
protected static final String DEFAULT_VERSION = "10.0.1";
protected static final String DEFAULT_VERSION = "10.0.3";

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

Expand Down

0 comments on commit e2e6e22

Please sign in to comment.