We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70f7e4 commit 94b7a61Copy full SHA for 94b7a61
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>net.glassless</groupId>
6
<artifactId>glassless-provider</artifactId>
7
- <version>0.12-SNAPSHOT</version>
+ <version>0.12.0</version>
8
<packaging>jar</packaging>
9
<name>GlaSSLess Provider</name>
10
<description>A JCA security provider that delegates cryptographic operations to OpenSSL via the Foreign Function and Memory API</description>
@@ -40,7 +40,7 @@
40
41
<properties>
42
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43
- <project.build.outputTimestamp>2026-04-02T12:22:22Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2026-04-08T14:47:23Z</project.build.outputTimestamp>
44
<maven.compiler.release>25</maven.compiler.release>
45
46
<!-- Dependency versions -->
0 commit comments