Skip to content

Commit 45392bd

Browse files
committed
8.0.1-SNAPSHOT
1 parent bdd0705 commit 45392bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ To get the latest release from Maven Central, simply add the following to your `
2323
<dependency>
2424
<groupId>com.amihaiemil.web</groupId>
2525
<artifactId>eo-yaml</artifactId>
26-
<version>7.2.0</version>
26+
<version>8.0.0</version>
2727
</dependency>
2828
```
2929

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

3232
If you use Gradle, add this to your dependencies:
3333

3434
```gradle
35-
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '7.2.0'
35+
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '8.0.0'
3636
```
3737

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

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>7.2.1-SNAPSHOT</version><!--rrv-sed-flag-->
6+
<version>8.0.1-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)