Skip to content

Commit

Permalink
bump after release
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Sep 26, 2024
1 parent 72bb2e9 commit 1908c56
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: AST</name>
<artifactId>immutable-json-ast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: Codec</name>
<artifactId>immutable-json-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: Core</name>
<artifactId>immutable-json-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: glassfish</name>
<artifactId>immutable-json-glassfish</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: GSON parser</name>
<artifactId>immutable-json-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: Jackson parser</name>
<artifactId>immutable-json-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: Patch</name>
<artifactId>immutable-json-patch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pointer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: Pointer</name>
<artifactId>immutable-json-pointer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Immutable JSON</name>
<description>Immutable JSON</description>
Expand Down
2 changes: 1 addition & 1 deletion reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>8.0.0-RC1</version>
<version>8.0.0-SNAPSHOT</version>
</parent>
<name>Immutable JSON :: Reflection Codec</name>
<artifactId>immutable-json-reflection-codec</artifactId>
Expand Down

0 comments on commit 1908c56

Please sign in to comment.