JNI/JSSE: bump version to 1.18

pull/393/head
Chris Conlon 2026-08-07 15:42:20 -06:00
parent 2c57eb98d9
commit 67f02ac9d2
5 changed files with 6 additions and 6 deletions

View File

@ -246,7 +246,7 @@ an application can include this as a dependency in the application's
<dependency>
<groupId>com.wolfssl</groupId>
<artifactId>wolfssl-jsse</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
</dependency>
</dependencies>
...

View File

@ -14,7 +14,7 @@
<!-- versioning/manifest properties -->
<property name="implementation.vendor" value="wolfSSL Inc." />
<property name="implementation.title" value="wolfSSL JNI/JSSE" />
<property name="implementation.version" value="1.17" />
<property name="implementation.version" value="1.18" />
<!-- set properties for this build -->
<property name="src.dir" value="src/java/"/>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wolfssl</groupId>
<artifactId>wolfssl-jsse</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wolfssl-jsse</name>
<url>https://www.wolfssl.com</url>

View File

@ -77,8 +77,8 @@ public final class WolfSSLProvider extends Provider {
*/
@SuppressWarnings("deprecation")
public WolfSSLProvider() {
super("wolfJSSE", 1.17, "wolfSSL JSSE Provider");
/* super("wolfJSSE", "1.17", "wolfSSL JSSE Provider"); */
super("wolfJSSE", 1.18, "wolfSSL JSSE Provider");
/* super("wolfJSSE", "1.18", "wolfSSL JSSE Provider"); */
/* load native wolfSSLJNI library */
WolfSSL.loadLibrary();

View File

@ -6,7 +6,7 @@
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* wolfSSL is distributed in the hope that it will be useful,