Skip to content

Commit bde68b6

Browse files
committed
Prepare for tag 0.7.1
1 parent c3fb6ea commit bde68b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.canonical.openssl</groupId>
2525
<artifactId>openssl-fips-java</artifactId>
26-
<version>0.7.0</version>
26+
<version>0.7.1</version>
2727

2828
<properties>
2929
<maven.compiler.source>17</maven.compiler.source>

src/test/consumer-snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ parts:
5151

5252
apps:
5353
kem-test:
54-
command: /usr/lib/jvm/java-21-openjdk-amd64/bin/java -cp $SNAP/bin/KEMTest.jar:$SNAP/imported-libs/jar/openssl-fips-java-0.7.0.jar KEMTest
54+
command: /usr/lib/jvm/java-21-openjdk-amd64/bin/java -cp $SNAP/bin/KEMTest.jar:$SNAP/imported-libs/jar/openssl-fips-java-0.7.1.jar KEMTest
5555
environment:
5656
OPENSSL_MODULES: $SNAP/usr/local/lib64/ossl-modules/
5757
OPENSSL_CUSTOM_CONF: $SNAP/usr/local/ssl/openssl.cnf

0 commit comments

Comments
 (0)