Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-jsonb-parent-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Nov 21, 2022
1 parent 2f5ef64 commit 7e32491
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions blackbox-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>blackbox-test</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<!-- <dependency>-->
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions jsonb-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>avaje-jsonb-generator</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<!-- test dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions jsonb-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>avaje-jsonb-jackson</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>avaje-jsonb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>jsonb</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

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

<scm>
<developerConnection>scm:git:[email protected]:avaje/avaje-jsonb.git</developerConnection>
<tag>HEAD</tag>
<tag>avaje-jsonb-parent-1.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7e32491

Please sign in to comment.