Skip to content

Commit 5e09c34

Browse files
authored
new version in README
1 parent 9c5802d commit 5e09c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eo-maven-plugin/README.md

+2-2
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.30.0</version>
38+
<version>0.25.4</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.30.0</version>
143+
<version>0.25.4</version>
144144
<configuration>
145145
<skipInstallation>true</skipInstallation>
146146
<skipInvocation>true</skipInvocation>

0 commit comments

Comments
 (0)