There was an error while loading. Please reload this page.
1 parent f1b67a2 commit 22ea244Copy full SHA for 22ea244
1 file changed
README.md
@@ -21,15 +21,17 @@ Actively maintained. This is one of the most widely used artifacts in the Maven
21
<dependency>
22
<groupId>org.codehaus.plexus</groupId>
23
<artifactId>plexus-archiver</artifactId>
24
- <version>5.0.0</version> <!-- requires Java 17 -->
+ <!-- requires Java 17 -->
25
</dependency>
26
```
27
28
+Check the badge above for the current version.
29
+
30
```xml
31
32
33
- <version>4.12.0</version> <!-- requires Java 8 -->
34
+ <!-- requires Java 8 -->
35
36
37
0 commit comments