Skip to content

Commit

Permalink
XIVY-10909 prepare release 10.0.6: with proxy-dl support
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Mar 21, 2023
1 parent 6f9a388 commit 011cea6
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.4-SNAPSHOT</version>
<version>10.0.6-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.3";
protected static final String DEFAULT_VERSION = "10.0.6";

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

Expand Down

0 comments on commit 011cea6

Please sign in to comment.