Skip to content

Commit

Permalink
Merge pull request #2875 from objectionary/version-up
Browse files Browse the repository at this point in the history
New version in README
  • Loading branch information
yegor256 authored Feb 13, 2024
2 parents e458690 + 6ee198a commit 1f66aa8
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.35.1</version>
<version>0.35.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -151,7 +151,7 @@ This can be achieved by disabling `maven-invoker-plugin` execution within `eo-ma
...
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>0.35.1</version>
<version>0.35.2</version>
<configuration>
<skipInstallation>true</skipInstallation>
<skipInvocation>true</skipInvocation>
Expand Down

0 comments on commit 1f66aa8

Please sign in to comment.