Skip to content

Commit

Permalink
Merge branch 'release/2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed Sep 11, 2023
2 parents 5af9808 + 8da3aa5 commit 0b4fdd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bench-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</parent>

<artifactId>bench-test</artifactId>
<name>${parent.artifactId}</name>

<url>https://github.com/power4j/sequence</url>
<description>performance test</description>
Expand Down
1 change: 1 addition & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</parent>

<artifactId>sequence-examples</artifactId>
<name>${parent.artifactId}</name>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</developers>

<properties>
<revision>2.0.3</revision>
<revision>2.0.4</revision>
<skipTests>true</skipTests>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 0b4fdd0

Please sign in to comment.