You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ Add below entry within the `dependencies` section of your `pom.xml`:
313
313
<dependency>
314
314
<groupId>com.flipkart</groupId>
315
315
<artifactId>hbase-object-mapper</artifactId>
316
-
<version>1.12</version>
316
+
<version>1.12.1</version>
317
317
</dependency>
318
318
```
319
319
See artifact details: [com.flipkart:hbase-object-mapper on **Maven Central**](https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav) or
@@ -322,7 +322,7 @@ See artifact details: [com.flipkart:hbase-object-mapper on **Maven Central**](ht
322
322
To build this project, follow below simple steps:
323
323
324
324
1. Do a `git clone` of this repository
325
-
2. Checkout latest stable version `git checkout v1.12`
325
+
2. Checkout latest stable version `git checkout v1.12.1`
0 commit comments