Skip to content

Commit

Permalink
Merge pull request #3391 from objectionary/version-up
Browse files Browse the repository at this point in the history
New version in README
  • Loading branch information
yegor256 authored Sep 26, 2024
2 parents 5f7620e + a7ba960 commit a571af4
Showing 1 changed file with 2 additions and 2 deletions.
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.39.0</version>
<version>0.39.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -156,7 +156,7 @@ execution within `eo-maven-plugin/pom.xml`:
...
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>0.39.0</version>
<version>0.39.1</version>
<configuration>
<skipInstallation>true</skipInstallation>
<skipInvocation>true</skipInvocation>
Expand Down

0 comments on commit a571af4

Please sign in to comment.