File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Include the following in your `pom.xml` for Maven:
20
20
<dependency >
21
21
<groupId >com.github.javadev</groupId >
22
22
<artifactId >leetcode-in-java</artifactId >
23
- <version >1.5 </version >
23
+ <version >1.6 </version >
24
24
</dependency >
25
25
...
26
26
</dependencies >
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
29
29
Gradle:
30
30
31
31
``` groovy
32
- implementation 'com.github.javadev:leetcode-in-java:1.5 '
32
+ implementation 'com.github.javadev:leetcode-in-java:1.6 '
33
33
```
34
34
35
35
#### Tips and Tricks
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.5 </version >
7
+ <version >1.6 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.8 .0</version >
45
+ <version >3.9 .0</version >
46
46
<configuration >
47
47
<source >1.8</source >
48
48
<target >1.8</target >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-jar-plugin</artifactId >
71
- <version >3.2.0 </version >
71
+ <version >3.2.2 </version >
72
72
<configuration >
73
73
<archive >
74
74
<manifestEntries >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.5 </version >
7
+ <version >1.6 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.8.1 </version >
45
+ <version >3.9.0 </version >
46
46
<configuration >
47
47
<source >11</source >
48
48
<target >11</target >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-jar-plugin</artifactId >
71
- <version >3.2.0 </version >
71
+ <version >3.2.2 </version >
72
72
<configuration >
73
73
<archive >
74
74
<manifestEntries >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.5 </version >
7
+ <version >1.6 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.8.1 </version >
45
+ <version >3.9.0 </version >
46
46
<configuration >
47
47
<source >17</source >
48
48
<target >17</target >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-jar-plugin</artifactId >
71
- <version >3.2.0 </version >
71
+ <version >3.2.2 </version >
72
72
<configuration >
73
73
<archive >
74
74
<manifestEntries >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.5 -SNAPSHOT</version >
7
+ <version >1.6 -SNAPSHOT</version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
You can’t perform that action at this time.
0 commit comments