Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Dec 19, 2021
1 parent 42ec483 commit 1241b47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# StreamEx 0.8.0
# StreamEx 0.8.1
Enhancing Java Stream API.

[![Maven Central](https://img.shields.io/maven-central/v/one.util/streamex.svg)](https://maven-badges.herokuapp.com/maven-central/one.util/streamex/)
Expand Down Expand Up @@ -133,7 +133,7 @@ Add this snippet to the pom.xml `dependencies` section:
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
```

Expand All @@ -142,7 +142,7 @@ Add this snippet to the pom.xml `dependencies` section:
Add this snippet to the build.gradle `dependencies` section:

```groovy
implementation 'one.util:streamex:0.8.0'
implementation 'one.util:streamex:0.8.1'
```

Pull requests are welcome.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>one.util</groupId>
<artifactId>streamex-benchmark</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>jar</packaging>

<name>StreamEx</name>
Expand Down Expand Up @@ -163,7 +163,7 @@
<configuration>
<sourcepath>${project.build.sourceDirectory};${project.basedir}/src/main/java-mr/9;${project.build.directory}/jdk</sourcepath>
<excludePackageNames>java.util.stream</excludePackageNames>
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalOptions>-Xdoclint:all</additionalOptions>
<noqualifier>all</noqualifier>
<quiet>true</quiet>
</configuration>
Expand Down

0 comments on commit 1241b47

Please sign in to comment.