Skip to content

Commit 9f974aa

Browse files
authored
new version in README
1 parent 2f61612 commit 9f974aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eo-maven-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ create a file `pom.xml` with this content (it's just a sample):
3535
<plugin>
3636
<groupId>org.eolang</groupId>
3737
<artifactId>eo-maven-plugin</artifactId>
38-
<version>0.29.5</version>
38+
<version>0.23.14</version>
3939
<executions>
4040
<execution>
4141
<goals>
@@ -140,7 +140,7 @@ This can be achived by disabling `maven-invoker-plugin` execution within `eo-mav
140140
...
141141
<plugin>
142142
<artifactId>maven-invoker-plugin</artifactId>
143-
<version>0.29.5</version>
143+
<version>0.23.14</version>
144144
<configuration>
145145
<skipInstallation>true</skipInstallation>
146146
<skipInvocation>true</skipInvocation>

0 commit comments

Comments
 (0)