We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a624e commit 0a97a82Copy full SHA for 0a97a82
2 files changed
README.md
@@ -39,7 +39,7 @@ and minimum supported Java version.
39
40
| version | Java requirements |
41
| --- | --- |
42
-| 4.x.y | Java 17+ |
+| 4.w.x to 5.y.z | Java 17+ |
43
| 3.x.y | Java 11+ |
44
| 1.x.y to 2.x.y | Java 8+ |
45
@@ -121,7 +121,7 @@ with the version you want to use.
121
<dependency>
122
<groupId>org.cicirello</groupId>
123
<artifactId>jpt</artifactId>
124
- <version>4.0.0</version>
+ <version>5.0.0</version>
125
</dependency>
126
```
127
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>4-SNAPSHOT</version>
+ <version>5-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
12
<name>JavaPermutationTools</name>
0 commit comments