Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano committed Jun 27, 2021
1 parent f8f0ed2 commit ac605ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pre defined providers in the classpath. You can also [implement your own](#custo
<dependency>
<groupId>com.juliaaano</groupId>
<artifactId>payload</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.juliaaano</groupId>
<artifactId>payload</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>jar</packaging>

<name>Payload</name>
Expand All @@ -16,15 +16,15 @@
<licenses>
<license>
<name>MIT License</name>
<url>http://www.juliaaano.com/LICENSE</url>
<url>https://www.juliaaano.com/LICENSE</url>
</license>
</licenses>

<developers>
<developer>
<name>Juliano Mohr</name>
<email>[email protected]</email>
<organization>Juliaaano</organization>
<organization>juliaaano</organization>
<organizationUrl>https://www.juliaaano.com</organizationUrl>
</developer>
</developers>
Expand Down

0 comments on commit ac605ff

Please sign in to comment.