File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/ch/ivyteam/ivy/maven Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 491491 <others >
492492 <property >
493493 <name >ivy engine</name >
494- <value >11.1 </value >
494+ <value >11.2 </value >
495495 </property >
496496 </others >
497497 </requirements >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public abstract class AbstractEngineMojo extends AbstractMojo {
3838 * keep synch with pom.xml > reporting > maven-plugin-plugin >
3939 * requirements
4040 */
41- protected static final String MINIMAL_COMPATIBLE_VERSION = "11.1 .0" ;
41+ protected static final String MINIMAL_COMPATIBLE_VERSION = "11.2 .0" ;
4242 protected static final String DEFAULT_VERSION = "11.2.0" ;
4343
4444 protected static final String ENGINE_DIRECTORY_PROPERTY = "ivy.engine.directory" ;
Original file line number Diff line number Diff line change 5252 * </p>
5353 *
5454 * <pre>
55- * mvn com.axonivy.ivy.ci:project-build-plugin:9.1 .0:installEngine
55+ * mvn com.axonivy.ivy.ci:project-build-plugin:11.2 .0:installEngine
5656 * -Divy.engine.directory=c:/axonviy/engine
57- * -Divy.engine.version=9.1 .0
57+ * -Divy.engine.version=11.2 .0
5858 * -Divy.engine.os.arch=Linux_x64
5959 * </pre>
6060 *
Original file line number Diff line number Diff line change 4545 * </p>
4646 *
4747 * <pre>
48- * mvn com.axonivy.ivy.ci:project-build-plugin:8.0 .0:deploy-to-engine
48+ * mvn com.axonivy.ivy.ci:project-build-plugin:11.2 .0:deploy-to-engine
4949 * -Divy.deploy.file=myProject.iar
5050 * -Divy.deploy.engine.dir=c:/axonivy/engine
5151 * -Divy.deploy.engine.app=Portal
5656 * </p>
5757 *
5858 * <pre>
59- * mvn com.axonivy.ivy.ci:project-build-plugin:8.0 .0:deploy-to-engine
59+ * mvn com.axonivy.ivy.ci:project-build-plugin:11.2 .0:deploy-to-engine
6060 * -Divy.deploy.file=myProject.iar
6161 * -Divy.deploy.method=HTTP
6262 * -Divy.deploy.server.id=AxonIvyEngine
You can’t perform that action at this time.
0 commit comments