Skip to content

Commit

Permalink
Merge pull request #314 from avaje/feature/rename-avaje-json-core
Browse files Browse the repository at this point in the history
[json-core] Rename the Maven ArtifactId to avaje-json-core
  • Loading branch information
SentryMan authored Dec 12, 2024
2 parents ebba8d1 + 53ff713 commit fe3c62b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>3.0-RC2</version>
</parent>

<artifactId>avaje-json</artifactId>
<artifactId>avaje-json-core</artifactId>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions json-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json</artifactId>
<version>3.0-RC1</version>
<artifactId>avaje-json-core</artifactId>
<version>3.0-RC2</version>
</dependency>

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

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json</artifactId>
<artifactId>avaje-json-core</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down

0 comments on commit fe3c62b

Please sign in to comment.