Skip to content

Commit 40ef2db

Browse files
committed
docs: updated usage section with version 0.0.9-SNAPSHOT [skip ci]
1 parent 909d835 commit 40ef2db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repositories {
104104
<dependency>
105105
<groupId>com.redhat.exhort</groupId>
106106
<artifactId>exhort-java-api</artifactId>
107-
<version>0.0.8-SNAPSHOT</version>
107+
<version>0.0.9-SNAPSHOT</version>
108108
</dependency>
109109
```
110110
</li>
@@ -188,7 +188,7 @@ Excluding a package from any analysis can be achieved by marking the package for
188188
<dependency> <!--exhortignore-->
189189
<groupId>...</groupId>
190190
<artifactId>...</artifactId>
191-
<version>0.0.8-SNAPSHOT</version>
191+
<version>0.0.9-SNAPSHOT</version>
192192
</dependency>
193193
```
194194
</li>

0 commit comments

Comments
 (0)