Skip to content

Commit 596c9d3

Browse files
committed
1.1.16
1 parent 8d17109 commit 596c9d3

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Java Module System JDK 11用
3030
<dependency>
3131
<groupId>net.siisise</groupId>
3232
<artifactId>softlib.module</artifactId>
33-
<version>1.1.14</version>
33+
<version>1.1.16</version>
3434
<type>jar</type>
3535
</dependency>
3636
~~~
@@ -39,14 +39,14 @@ JDK 8用
3939
<dependency>
4040
<groupId>net.siisise</groupId>
4141
<artifactId>softlib</artifactId>
42-
<version>1.1.14</version>
42+
<version>1.1.15</version>
4343
<type>jar</type>
4444
</dependency>
4545
~~~
4646
時々変わることがあるので特定バージョンを指定するか、SoftLibJSONなど使用したい機能経由で指定するのがおすすめです。
4747

48-
リリース版 1.1.14 ぐらい。
49-
次版 1.1.15-SNAPSHOT
48+
リリース版 1.1.16 ぐらい。
49+
次版 1.1.17-SNAPSHOT
5050

5151
~~~
5252
<version>[1.1.8,)</version>

nb-configuration.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru
1414
Any value defined here will override the pom.xml file value but is only applicable to the current project.
1515
-->
1616
<netbeans.hint.jdkPlatform>JDK_11</netbeans.hint.jdkPlatform>
17+
<netbeans.hint.license>apache20</netbeans.hint.license>
1718
</properties>
1819
</project-shared-configuration>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.siisise</groupId>
55
<artifactId>softlib.module</artifactId>
6-
<version>1.1.16-SNAPSHOT</version>
6+
<version>1.1.16</version>
77
<packaging>jar</packaging>
88
<name>SoftLib</name>
99
<description>Java simple API Packet io, base64, etc...</description>
@@ -92,19 +92,19 @@
9292
<dependency>
9393
<groupId>org.junit.jupiter</groupId>
9494
<artifactId>junit-jupiter-api</artifactId>
95-
<version>[5.11.0,)</version>
95+
<version>[5.12.0,)</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.junit.jupiter</groupId>
100100
<artifactId>junit-jupiter-params</artifactId>
101-
<version>[5.11.0,)</version>
101+
<version>[5.12.0,)</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.junit.jupiter</groupId>
106106
<artifactId>junit-jupiter-engine</artifactId>
107-
<version>[5.11.0,)</version>
107+
<version>[5.12.0,)</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>

0 commit comments

Comments
 (0)