Skip to content

Commit

Permalink
Prepare for release 23.01
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Jan 2, 2023
1 parent 6d9ec78 commit 7c518cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Partialize


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


## Use Partialize in your project

```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

```xml
<dependency>
<groupId>com.github.thibaultmeyer</groupId>
<artifactId>partialize</artifactId>
<version>YY.MM</version>
</dependency>
```


## Query syntax

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.zero_x_baadf00d</groupId>
<artifactId>partialize</artifactId>
<version>21.12</version>
<version>23.01</version>
<packaging>jar</packaging>
<name>Partialize</name>
<description>JSON partial responses for Java</description>
Expand Down

0 comments on commit 7c518cb

Please sign in to comment.