Skip to content

Commit

Permalink
Add pom descriptions for json-core and json-node + more consistent po…
Browse files Browse the repository at this point in the history
…m names
  • Loading branch information
rbygrave committed Jan 14, 2025
1 parent e21a775 commit bf6ce76
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
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

0 comments on commit bf6ce76

Please sign in to comment.