Skip to content

Commit

Permalink
close version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Nov 22, 2023
1 parent f68c9bd commit 49faa16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion com.eclipsesource.json.performancetest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.tonivade</groupId>
<artifactId>minimal-json-performancetest</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>jar</packaging>
<name>minimal-json performance tests</name>
<description>Performance benchmarks for minimal-json parser</description>
Expand Down
2 changes: 1 addition & 1 deletion com.eclipsesource.json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.tonivade</groupId>
<artifactId>minimal-json</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>bundle</packaging>
<name>minimal-json</name>
<description>A Minimal JSON Parser and Writer</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.tonivade</groupId>
<artifactId>build</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 49faa16

Please sign in to comment.