JNI/JCE: bump version to 1.11

pull/251/head
Chris Conlon 2026-08-06 12:37:27 -06:00
parent 7d8188f9ff
commit 1bbacd440b
4 changed files with 4 additions and 4 deletions

View File

@ -263,7 +263,7 @@ on the current release):
<dependency> <dependency>
<groupId>com.wolfssl</groupId> <groupId>com.wolfssl</groupId>
<artifactId>wolfcrypt-jni</artifactId> <artifactId>wolfcrypt-jni</artifactId>
<version>1.10.0-SNAPSHOT</version> <version>1.11.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
... ...

View File

@ -20,7 +20,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="wolfCrypt JNI" /> <property name="implementation.title" value="wolfCrypt JNI" />
<property name="implementation.version" value="1.10" /> <property name="implementation.version" value="1.11" />
<!-- set properties for this build --> <!-- set properties for this build -->
<property name="src.dir" value="src/main/java/" /> <property name="src.dir" value="src/main/java/" />

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.wolfssl</groupId> <groupId>com.wolfssl</groupId>
<artifactId>wolfcrypt-jni</artifactId> <artifactId>wolfcrypt-jni</artifactId>
<version>1.10.0-SNAPSHOT</version> <version>1.11.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>wolfcrypt-jni</name> <name>wolfcrypt-jni</name>
<url>https://www.wolfssl.com</url> <url>https://www.wolfssl.com</url>

View File

@ -91,7 +91,7 @@ public final class WolfCryptProvider extends Provider {
*/ */
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")
public WolfCryptProvider() { public WolfCryptProvider() {
super("wolfJCE", 1.10, "wolfCrypt JCE Provider"); super("wolfJCE", 1.11, "wolfCrypt JCE Provider");
/* Refresh debug flags in case system properties were set after /* Refresh debug flags in case system properties were set after
* WolfCryptDebug class was first loaded (e.g., via JAVA_OPTS) */ * WolfCryptDebug class was first loaded (e.g., via JAVA_OPTS) */