Skip to content

Commit 0a97a82

Browse files
committed
major version bump
1 parent 36a624e commit 0a97a82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and minimum supported Java version.
3939

4040
| version | Java requirements |
4141
| --- | --- |
42-
| 4.x.y | Java 17+ |
42+
| 4.w.x to 5.y.z | Java 17+ |
4343
| 3.x.y | Java 11+ |
4444
| 1.x.y to 2.x.y | Java 8+ |
4545

@@ -121,7 +121,7 @@ with the version you want to use.
121121
<dependency>
122122
<groupId>org.cicirello</groupId>
123123
<artifactId>jpt</artifactId>
124-
<version>4.0.0</version>
124+
<version>5.0.0</version>
125125
</dependency>
126126
```
127127

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.cicirello</groupId>
88
<artifactId>jpt</artifactId>
9-
<version>4-SNAPSHOT</version>
9+
<version>5-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>JavaPermutationTools</name>

0 commit comments

Comments
 (0)