Skip to content

Commit

Permalink
Correct README, publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl committed Sep 30, 2019
1 parent 2ee43ba commit c08b253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ To install from Maven Central:
```xml
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>jackson-module-http-query</artifactId>
<version>1.0.0</version>
<artifactId>jackson-module-httpquery</artifactId>
<version>1.0.2</version>
</dependency>
```
### Registering module
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.trickl</groupId>
<artifactId>jackson.module.httpquery</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<developers>
<developer>
Expand Down

0 comments on commit c08b253

Please sign in to comment.