Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eo-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ create a file `pom.xml` with this content (it's just a sample):
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
<version>0.29.5</version>
<version>0.23.14</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -140,7 +140,7 @@ This can be achived by disabling `maven-invoker-plugin` execution within `eo-mav
...
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>0.29.5</version>
<version>0.23.14</version>
<configuration>
<skipInstallation>true</skipInstallation>
<skipInvocation>true</skipInvocation>
Expand Down