Skip to content

Commit

Permalink
8.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 1, 2024
1 parent dd0ba27 commit 88cd44b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.1</version>
<version>8.0.2</version>
</dependency>
```

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.
or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/8.0.2/eo-yaml-8.0.2-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.1'
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '8.0.2'
```

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>8.0.2-SNAPSHOT</version><!--rrv-sed-flag-->
<version>8.0.3-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 88cd44b

Please sign in to comment.