Skip to content

Commit

Permalink
5.2.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 7, 2021
1 parent ef6d216 commit e6a8c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -23,16 +23,16 @@ To get the latest release from Maven Central, simply add the following to your `
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/5.2.0/eo-yaml-5.2.0-jar-with-dependencies.jar">fat</a> jar.
or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/5.2.1/eo-yaml-5.2.1-jar-with-dependencies.jar">fat</a> jar.

If you use Gradle, add this to your dependencies:

```gradle
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.0'
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.1'
```

The releases are also available on [Github Packages](https://github.com/decorators-squad/eo-yaml/packages)!
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>5.2.1-SNAPSHOT</version><!--rrv-sed-flag-->
<version>5.2.2-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit e6a8c27

Please sign in to comment.