Skip to content

Commit

Permalink
RELEASE 9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Jan 8, 2025
1 parent d44cdb5 commit e7b4cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/deploy-resources/bouncycastle_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client-bc-jdk21</artifactId>
<version>9.0.2</version>
<version>9.0.4</version>
<packaging>jar</packaging>
<name>Aerospike Java Client BC</name>
<description>Aerospike Java client interface to Aerospike database server. Uses Bouncy Castle crypto library for RIPEMD-160 hashing.</description>
Expand Down
2 changes: 1 addition & 1 deletion client/deploy-resources/gnu_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client-jdk21</artifactId>
<version>9.0.2</version>
<version>9.0.4</version>
<packaging>jar</packaging>
<name>Aerospike Java Client</name>
<description>Aerospike Java client interface to Aerospike database server</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</modules>

<properties>
<revision>9.0.2</revision>
<revision>9.0.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down

0 comments on commit e7b4cdd

Please sign in to comment.