Skip to content

Commit

Permalink
Merge pull request #132 from Emily-Jiang/release-2.0-branch
Browse files Browse the repository at this point in the history
use the final release of reactive streams operators
  • Loading branch information
Emily-Jiang authored Mar 19, 2021
2 parents 5e324d2 + 387464c commit 491c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<microprofile.reactive.streams.operators.version>2.0-RC1</microprofile.reactive.streams.operators.version>
<microprofile.reactive.streams.operators.version>2.0</microprofile.reactive.streams.operators.version>

<checkstyle.version>3.0.0</checkstyle.version>
<checkstyle.methodNameFormat>^_?[a-z][a-zA-Z0-9]*$</checkstyle.methodNameFormat>
Expand Down

0 comments on commit 491c3ae

Please sign in to comment.