File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Java Module System JDK 11用
30
30
<dependency>
31
31
<groupId>net.siisise</groupId>
32
32
<artifactId>softlib.module</artifactId>
33
- <version>1.1.14 </version>
33
+ <version>1.1.16 </version>
34
34
<type>jar</type>
35
35
</dependency>
36
36
~~~
@@ -39,14 +39,14 @@ JDK 8用
39
39
<dependency>
40
40
<groupId>net.siisise</groupId>
41
41
<artifactId>softlib</artifactId>
42
- <version>1.1.14 </version>
42
+ <version>1.1.15 </version>
43
43
<type>jar</type>
44
44
</dependency>
45
45
~~~
46
46
時々変わることがあるので特定バージョンを指定するか、SoftLibJSONなど使用したい機能経由で指定するのがおすすめです。
47
47
48
- リリース版 1.1.14 ぐらい。
49
- 次版 1.1.15 -SNAPSHOT
48
+ リリース版 1.1.16 ぐらい。
49
+ 次版 1.1.17 -SNAPSHOT
50
50
51
51
~~~
52
52
<version>[1.1.8,)</version>
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru
14
14
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15
15
-->
16
16
<netbeans .hint.jdkPlatform>JDK_11</netbeans .hint.jdkPlatform>
17
+ <netbeans .hint.license>apache20</netbeans .hint.license>
17
18
</properties >
18
19
</project-shared-configuration >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.siisise</groupId >
5
5
<artifactId >softlib.module</artifactId >
6
- <version >1.1.16-SNAPSHOT </version >
6
+ <version >1.1.16</version >
7
7
<packaging >jar</packaging >
8
8
<name >SoftLib</name >
9
9
<description >Java simple API Packet io, base64, etc...</description >
92
92
<dependency >
93
93
<groupId >org.junit.jupiter</groupId >
94
94
<artifactId >junit-jupiter-api</artifactId >
95
- <version >[5.11 .0,)</version >
95
+ <version >[5.12 .0,)</version >
96
96
<scope >test</scope >
97
97
</dependency >
98
98
<dependency >
99
99
<groupId >org.junit.jupiter</groupId >
100
100
<artifactId >junit-jupiter-params</artifactId >
101
- <version >[5.11 .0,)</version >
101
+ <version >[5.12 .0,)</version >
102
102
<scope >test</scope >
103
103
</dependency >
104
104
<dependency >
105
105
<groupId >org.junit.jupiter</groupId >
106
106
<artifactId >junit-jupiter-engine</artifactId >
107
- <version >[5.11 .0,)</version >
107
+ <version >[5.12 .0,)</version >
108
108
<scope >test</scope >
109
109
</dependency >
110
110
</dependencies >
You can’t perform that action at this time.
0 commit comments