We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5802d commit 5e09c34Copy full SHA for 5e09c34
eo-maven-plugin/README.md
@@ -35,7 +35,7 @@ create a file `pom.xml` with this content (it's just a sample):
35
<plugin>
36
<groupId>org.eolang</groupId>
37
<artifactId>eo-maven-plugin</artifactId>
38
- <version>0.30.0</version>
+ <version>0.25.4</version>
39
<executions>
40
<execution>
41
<goals>
@@ -140,7 +140,7 @@ This can be achived by disabling `maven-invoker-plugin` execution within `eo-mav
140
...
141
142
<artifactId>maven-invoker-plugin</artifactId>
143
144
<configuration>
145
<skipInstallation>true</skipInstallation>
146
<skipInvocation>true</skipInvocation>
0 commit comments