Skip to content

Commit 44ca176

Browse files
authored
FMWK-526 Set version to 2.5.1 (#167)
1 parent eb4dec4 commit 44ca176

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Build project
22
on:
33
push:
4+
branches:
5+
- '**'
46
pull_request:
5-
branches: [ main ]
7+
branches:
8+
- main
69

710
jobs:
811
build:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it
6060
<dependency>
6161
<groupId>com.aerospike</groupId>
6262
<artifactId>java-object-mapper</artifactId>
63-
<version>2.5.0</version>
63+
<version>2.5.1</version>
6464
</dependency>
6565
```
6666
For Gradle, you can use
6767
```
6868
// https://mvnrepository.com/artifact/com.aerospike/java-object-mapper
69-
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.0'
69+
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.1'
7070
```
7171

7272
# Motivation and a simple example

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aerospike</groupId>
77
<artifactId>java-object-mapper</artifactId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>

0 commit comments

Comments
 (0)