Skip to content

Commit

Permalink
docs: updated usage section with version 0.0.8-SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zvigrinberg committed Apr 18, 2024
1 parent c6997b6 commit 1318089
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 @@ -104,7 +104,7 @@ repositories {
<dependency>
<groupId>com.redhat.exhort</groupId>
<artifactId>exhort-java-api</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.8-SNAPSHOT</version>
</dependency>
```
</li>
Expand Down Expand Up @@ -188,7 +188,7 @@ Excluding a package from any analysis can be achieved by marking the package for
<dependency> <!--exhortignore-->
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.8-SNAPSHOT</version>
</dependency>
```
</li>
Expand Down

0 comments on commit 1318089

Please sign in to comment.