Skip to content

Commit

Permalink
8.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 24, 2024
1 parent 9a60a80 commit 2dcc392
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>8.0.0</version>
<version>8.0.1</version>
</dependency>
```

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.
or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/8.0.1/eo-yaml-8.0.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: '8.0.0'
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '8.0.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>8.0.1-SNAPSHOT</version><!--rrv-sed-flag-->
<version>8.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 2dcc392

Please sign in to comment.