Skip to content

Commit

Permalink
feat(#187): slightly update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jun 22, 2023
1 parent 0d7e187 commit 870b4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mvn com.github.volodya-lombrozo:jtcop-maven-plugin:check
```

After that you will see the result of the plugin execution in the console. If
you want to use specific (older) version of the plugin, for example `0.1.9`,
you want to use specific (older) version of the plugin, for example `0.1.16`,
just run the next maven command with specified version:

```shell
Expand All @@ -53,7 +53,7 @@ In order to do that, just add the next snippet to your `pom.xml`:
<plugin>
<groupId>com.github.volodya-lombrozo</groupId>
<artifactId>jtcop-maven-plugin</artifactId>
<version>0.1.9</version>
<version>0.1.16</version>
<executions>
<execution>
<goals>
Expand Down

1 comment on commit 870b4ea

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 870b4ea Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 187-1a74d1bd discovered in src/main/java/com/github/lombrozo/testnames/javaparser/JavaParserClass.java) and submitted as #189. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.