Skip to content

Commit d5c181e

Browse files
committed
JNI/JSSE: bump version to 1.15
1 parent d56fa67 commit d5c181e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ an application can include this as a dependency in the application's
224224
<dependency>
225225
<groupId>com.wolfssl</groupId>
226226
<artifactId>wolfssl-jsse</artifactId>
227-
<version>1.14.0-SNAPSHOT</version>
227+
<version>1.15.0-SNAPSHOT</version>
228228
</dependency>
229229
</dependencies>
230230
...

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- versioning/manifest properties -->
1515
<property name="implementation.vendor" value="wolfSSL Inc." />
1616
<property name="implementation.title" value="wolfSSL JNI/JSSE" />
17-
<property name="implementation.version" value="1.14" />
17+
<property name="implementation.version" value="1.15" />
1818

1919
<!-- set properties for this build -->
2020
<property name="src.dir" value="src/java/"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.wolfssl</groupId>
66
<artifactId>wolfssl-jsse</artifactId>
7-
<version>1.14.0-SNAPSHOT</version>
7+
<version>1.15.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>wolfssl-jsse</name>
1010
<url>https://www.wolfssl.com</url>

src/java/com/wolfssl/provider/jsse/WolfSSLProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ public void errorCallback(int ok, int err, String hash) {
7474
* wolfSSL JSSE Provider class
7575
*/
7676
public WolfSSLProvider() {
77-
super("wolfJSSE", 1.14, "wolfSSL JSSE Provider");
78-
//super("wolfJSSE", "1.14", "wolfSSL JSSE Provider");
77+
super("wolfJSSE", 1.15, "wolfSSL JSSE Provider");
78+
//super("wolfJSSE", "1.15", "wolfSSL JSSE Provider");
7979

8080
/* load native wolfSSLJNI library */
8181
WolfSSL.loadLibrary();

0 commit comments

Comments
 (0)