Skip to content

Commit

Permalink
Merge pull request #281 from axonivy/XIVY-10909-proxy-r10
Browse files Browse the repository at this point in the history
XIVY-10909 prepare release 10.0.6: with proxy-dl support
  • Loading branch information
ivy-rew authored Mar 24, 2023
2 parents b4d6084 + 011cea6 commit 0a66240
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 0a66240

Please sign in to comment.