Skip to content

Commit

Permalink
3.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 5, 2020
1 parent 12f3ea5 commit 5620c59
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, simply add the following to your ``pom.xml``:
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>
</dependency>
```

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


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

0 comments on commit 5620c59

Please sign in to comment.