JNI/JCE: bump version to 1.11
parent
7d8188f9ff
commit
1bbacd440b
|
|
@ -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>
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -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/" />
|
||||||
|
|
|
||||||
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>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>
|
||||||
|
|
|
||||||
|
|
@ -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) */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue