Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-jsonb-parent-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Nov 26, 2021
1 parent bec4194 commit 7344a56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

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

<!-- test dependencies -->
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>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<artifactId>avaje-jsonb</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</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>0.8-SNAPSHOT</version>
<version>0.8</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-0.8</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7344a56

Please sign in to comment.