Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pom descriptions for json-core and json-node + more consistent pom names #327

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions json-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</parent>

<artifactId>avaje-json-core</artifactId>
<name>avaje json core</name>
<description>Core JSON Streaming and Generation API</description>

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

<artifactId>avaje-json-node</artifactId>

<properties>
<!-- <maven.compiler.release>17</maven.compiler.release>-->
</properties>
<name>avaje json node</name>
<description>JSON Node API for avaje-json</description>

<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jsonb-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>avaje-jsonb-generator</artifactId>
<name>jsonb generator</name>
<name>avaje jsonb generator</name>
<description>annotation processor generating source code json adapters for avaje-jsonb</description>
<properties>
<avaje.prisms.version>1.36</avaje.prisms.version>
Expand All @@ -31,7 +31,7 @@
<optional>true</optional>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>avaje-jsonb-inject-plugin</artifactId>
<name>jsonb-inject-plugin</name>
<name>avaje jsonb inject plugin</name>
<description>avaje-inject plugin for avaje-jsonb</description>

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

<artifactId>avaje-jsonb-jackson</artifactId>
<name>jsonb-jackson</name>
<name>avaje jsonb jackson</name>
<description>jackson adapter for avaje-jsonb</description>

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

<artifactId>avaje-jsonb-spring-starter</artifactId>
<name>jsonb-spring-adapter</name>
<name>avaje jsonb spring adapter</name>
<description>springframework adapter for avaje-jsonb</description>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</parent>

<artifactId>avaje-jsonb</artifactId>
<name>jsonb</name>
<description>avaje-jsonb json streaming and binding library using source code generation</description>
<name>avaje jsonb</name>
<description>JSON Streaming Generation and data binding library using source code generation</description>

<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>3.0-RC6</version>

<packaging>pom</packaging>
<name>jsonb parent</name>
<name>avaje json parent pom</name>
<description>parent pom for jsonb</description>

<scm>
Expand Down
Loading