Skip to content

Commit

Permalink
4.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 29, 2020
1 parent 836dffa commit 79592fb
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 @@ -18,11 +18,11 @@ 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>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/4.0.0/eo-yaml-4.0.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/4.0.1/eo-yaml-4.0.1-jar-with-dependencies.jar">fat</a> jar.

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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>4.0.1-SNAPSHOT</version><!--rrv-sed-flag-->
<version>4.0.2-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 79592fb

Please sign in to comment.