You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,25 @@ Actively maintained. This is one of the most widely used artifacts in the Maven
15
15
16
16
## Using it
17
17
18
-
**pom.xml**
18
+
**pom.xml** — the `5.x` line, which requires Java 17:
19
19
20
20
```xml
21
21
<dependency>
22
22
<groupId>org.codehaus.plexus</groupId>
23
23
<artifactId>plexus-archiver</artifactId>
24
-
<!-- requires Java 17 -->
25
24
</dependency>
26
25
```
27
26
28
-
Check the badge above for the current version.
27
+
The `4.x` line, still maintained, for Java 8:
29
28
30
29
```xml
31
30
<dependency>
32
31
<groupId>org.codehaus.plexus</groupId>
33
32
<artifactId>plexus-archiver</artifactId>
34
-
<!-- requires Java 8 -->
35
33
</dependency>
36
34
```
37
35
38
-
Check the badge above for the current version.
36
+
Take the current version of each line from the [releases page](https://github.com/codehaus-plexus/plexus-archiver/releases); the badge above tracks whichever is newest overall.
0 commit comments