Skip to content

Commit

Permalink
5.1.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jul 14, 2020
1 parent 56e59ac commit 5162f3c
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 @@ -19,11 +19,11 @@ 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>5.1.3</version>
<version>5.1.4</version>
</dependency>
```

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

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

3 comments on commit 5162f3c

@0pdd
Copy link

@0pdd 0pdd commented on 5162f3c Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 368-ef575783 disappeared from src/main/java/com/amihaiemil/eoyaml/ReadFlowSequence.java, that's why I closed #388. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 5162f3c Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 368-c52e15ab disappeared from src/main/java/com/amihaiemil/eoyaml/ReadFlowSequence.java, that's why I closed #389. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 5162f3c Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 368-98dbb0f0 disappeared from src/test/java/com/amihaiemil/eoyaml/ReadFlowSequenceTestCase.java, that's why I closed #390. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.