From fdaf0d26276f7bf83980e4601287445b1741d20c Mon Sep 17 00:00:00 2001 From: rultor <8086956+rultor@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:21:39 +0000 Subject: [PATCH] new version in README --- eo-maven-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo-maven-plugin/README.md b/eo-maven-plugin/README.md index a2ab354bc7..4d5cbfa68a 100644 --- a/eo-maven-plugin/README.md +++ b/eo-maven-plugin/README.md @@ -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.46.0</version> + <version>0.47.0</version> <executions> <execution> <goals> @@ -156,7 +156,7 @@ execution within `eo-maven-plugin/pom.xml`: ... <plugin> <artifactId>maven-invoker-plugin</artifactId> - <version>0.46.0</version> + <version>0.47.0</version> <configuration> <skipInstallation>true</skipInstallation> <skipInvocation>true</skipInvocation>