Skip to content

Commit

Permalink
prefer version range
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 22, 2022
1 parent e194e63 commit daeb9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {

string(name: 'engineListUrl',
description: 'Engine to use for build',
defaultValue: 'https://developer.axonivy.com/download/maven.html')
defaultValue: 'https://product.ivyteam.io')
}

stages {
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
<properties>
<project.build.plugin.version>${project.version}</project.build.plugin.version>
<ivy.engine.list.url>${ivy.engine.list.url}</ivy.engine.list.url>
<ivy.engine.version>[10.0.0,11.0.0)</ivy.engine.version>
</properties>
</configuration>
<executions>
Expand Down

0 comments on commit daeb9d0

Please sign in to comment.