Skip to content

Commit ec85bc2

Browse files
committed
fix: prominent CLI examples stating old plugin-versions
1 parent ed5f3a4 commit ec85bc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
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>

src/main/java/ch/ivyteam/ivy/maven/InstallEngineMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
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
*

src/main/java/ch/ivyteam/ivy/maven/deploy/DeployToEngineMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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
@@ -56,7 +56,7 @@
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

0 commit comments

Comments
 (0)