Skip to content

Commit 2be3fc9

Browse files
committed
5.1.10-SNAPSHOT
1 parent 740ebce commit 2be3fc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To get the latest release from Maven Central, simply add the following to your `
2222
<dependency>
2323
<groupId>com.amihaiemil.web</groupId>
2424
<artifactId>eo-yaml</artifactId>
25-
<version>5.1.8</version>
25+
<version>5.1.9</version>
2626
</dependency>
2727
```
2828

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

3131
The releases are also available on [Github Packages](https://github.com/decorators-squad/eo-yaml/packages)!
3232

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.amihaiemil.web</groupId>
55
<artifactId>eo-yaml</artifactId>
6-
<version>5.1.9-SNAPSHOT</version><!--rrv-sed-flag-->
6+
<version>5.1.10-SNAPSHOT</version><!--rrv-sed-flag-->
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)