Skip to content

Commit e45ba59

Browse files
committed
JSSE: bump version to 1.14
1 parent 4395d7a commit e45ba59

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
@@ -186,7 +186,7 @@ an application can include this as a dependency in the application's
186186
<dependency>
187187
<groupId>com.wolfssl</groupId>
188188
<artifactId>wolfssl-jsse</artifactId>
189-
<version>1.13.0-SNAPSHOT</version>
189+
<version>1.14.0-SNAPSHOT</version>
190190
</dependency>
191191
</dependencies>
192192
...

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.13" />
17+
<property name="implementation.version" value="1.14" />
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.13.0-SNAPSHOT</version>
7+
<version>1.14.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
@@ -73,8 +73,8 @@ public void errorCallback(int ok, int err, String hash) {
7373
* wolfSSL JSSE Provider class
7474
*/
7575
public WolfSSLProvider() {
76-
super("wolfJSSE", 1.13, "wolfSSL JSSE Provider");
77-
//super("wolfJSSE", "1.13", "wolfSSL JSSE Provider");
76+
super("wolfJSSE", 1.14, "wolfSSL JSSE Provider");
77+
//super("wolfJSSE", "1.14", "wolfSSL JSSE Provider");
7878

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

0 commit comments

Comments
 (0)