Skip to content

Commit 22ea244

Browse files
committed
Stop pinning a version in the README snippet
1 parent f1b67a2 commit 22ea244

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ Actively maintained. This is one of the most widely used artifacts in the Maven
2121
<dependency>
2222
<groupId>org.codehaus.plexus</groupId>
2323
<artifactId>plexus-archiver</artifactId>
24-
<version>5.0.0</version> <!-- requires Java 17 -->
24+
<!-- requires Java 17 -->
2525
</dependency>
2626
```
2727

28+
Check the badge above for the current version.
29+
2830
```xml
2931
<dependency>
3032
<groupId>org.codehaus.plexus</groupId>
3133
<artifactId>plexus-archiver</artifactId>
32-
<version>4.12.0</version> <!-- requires Java 8 -->
34+
<!-- requires Java 8 -->
3335
</dependency>
3436
```
3537

0 commit comments

Comments
 (0)