JNI/JSSE: bump version to 1.18
parent
2c57eb98d9
commit
67f02ac9d2
|
|
@ -246,7 +246,7 @@ an application can include this as a dependency in the application's
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.wolfssl</groupId>
|
<groupId>com.wolfssl</groupId>
|
||||||
<artifactId>wolfssl-jsse</artifactId>
|
<artifactId>wolfssl-jsse</artifactId>
|
||||||
<version>1.17.0-SNAPSHOT</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<!-- versioning/manifest properties -->
|
<!-- versioning/manifest properties -->
|
||||||
<property name="implementation.vendor" value="wolfSSL Inc." />
|
<property name="implementation.vendor" value="wolfSSL Inc." />
|
||||||
<property name="implementation.title" value="wolfSSL JNI/JSSE" />
|
<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 -->
|
<!-- set properties for this build -->
|
||||||
<property name="src.dir" value="src/java/"/>
|
<property name="src.dir" value="src/java/"/>
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.wolfssl</groupId>
|
<groupId>com.wolfssl</groupId>
|
||||||
<artifactId>wolfssl-jsse</artifactId>
|
<artifactId>wolfssl-jsse</artifactId>
|
||||||
<version>1.17.0-SNAPSHOT</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>wolfssl-jsse</name>
|
<name>wolfssl-jsse</name>
|
||||||
<url>https://www.wolfssl.com</url>
|
<url>https://www.wolfssl.com</url>
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,8 @@ public final class WolfSSLProvider extends Provider {
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("deprecation")
|
@SuppressWarnings("deprecation")
|
||||||
public WolfSSLProvider() {
|
public WolfSSLProvider() {
|
||||||
super("wolfJSSE", 1.17, "wolfSSL JSSE Provider");
|
super("wolfJSSE", 1.18, "wolfSSL JSSE Provider");
|
||||||
/* super("wolfJSSE", "1.17", "wolfSSL JSSE Provider"); */
|
/* super("wolfJSSE", "1.18", "wolfSSL JSSE Provider"); */
|
||||||
|
|
||||||
/* load native wolfSSLJNI library */
|
/* load native wolfSSLJNI library */
|
||||||
WolfSSL.loadLibrary();
|
WolfSSL.loadLibrary();
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* wolfSSL is free software; you can redistribute it and/or modify
|
* wolfSSL is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* 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.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* wolfSSL is distributed in the hope that it will be useful,
|
* wolfSSL is distributed in the hope that it will be useful,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue