Skip to content

Commit 7c518cb

Browse files
committed
Prepare for release 23.01
Signed-off-by: Thibault Meyer <[email protected]>
1 parent 6d9ec78 commit 7c518cb

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Partialize
22

33

4-
[![Latest release](https://img.shields.io/badge/latest_release-21.12-orange.svg)](https://github.com/thibaultmeyer/partialize/releases)
5-
[![GitHub license](https://img.shields.io/badge/JitPack-21.12-green2.svg)](https://jitpack.io/#thibaultmeyer/partialize)
4+
[![Latest release](https://img.shields.io/badge/latest_release-23.01-orange.svg)](https://github.com/thibaultmeyer/partialize/releases)
5+
[![GitHub license](https://img.shields.io/badge/JitPack-23.01-green2.svg)](https://jitpack.io/#thibaultmeyer/partialize)
66
[![Build](https://api.travis-ci.org/thibaultmeyer/partialize.svg)](https://travis-ci.org/thibaultmeyer/partialize)
77
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/thibaultmeyer/partialize/master/LICENSE)
88
[![Repository size](https://img.shields.io/github/repo-size/thibaultmeyer/partialize.svg?logo=git)](https://github.com/thibaultmeyer/partialize)
@@ -29,6 +29,25 @@ installed.
2929
#> mvn package
3030

3131

32+
## Use Partialize in your project
33+
34+
```xml
35+
<repositories>
36+
<repository>
37+
<id>jitpack.io</id>
38+
<url>https://jitpack.io</url>
39+
</repository>
40+
</repositories>
41+
```
42+
43+
```xml
44+
<dependency>
45+
<groupId>com.github.thibaultmeyer</groupId>
46+
<artifactId>partialize</artifactId>
47+
<version>YY.MM</version>
48+
</dependency>
49+
```
50+
3251

3352
## Query syntax
3453

pom.xml

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

77
<groupId>com.zero_x_baadf00d</groupId>
88
<artifactId>partialize</artifactId>
9-
<version>21.12</version>
9+
<version>23.01</version>
1010
<packaging>jar</packaging>
1111
<name>Partialize</name>
1212
<description>JSON partial responses for Java</description>

0 commit comments

Comments
 (0)