Skip to content

Commit

Permalink
[maven-release-plugin] prepare release json-unit-parent-2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jan 26, 2021
1 parent 8b8cd1e commit 36ad58b
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion json-unit-assertj/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion json-unit-core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion json-unit-fluent/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion json-unit-json-path/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion json-unit-spring/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion json-unit/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-parent</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
<url>https://github.com/lukas-krecan/JsonUnit</url>
<properties>
<jackson2.version>2.12.1</jackson2.version>
Expand Down Expand Up @@ -218,6 +218,6 @@
<connection>scm:git:git@github.com:lukas-krecan/JsonUnit.git</connection>
<developerConnection>scm:git:git@github.com:lukas-krecan/JsonUnit.git</developerConnection>
<url>scm:git:git@github.com:lukas-krecan/JsonUnit.git</url>
<tag>HEAD</tag>
<tag>json-unit-parent-2.23.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions tests/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>json-unit-parent</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>tests</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-base/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-base</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-gson/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-gson</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-jackson2-config/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-jackson2-config</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-jackson2/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-jackson2</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-johnzon/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-johnzon</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-json-path/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-json-path</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-jsonorg/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-jsonorg</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-junit4/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-junit4</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-kotlin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions tests/test-moshi/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-moshi</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-no-hamcrest/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>tests</artifactId>
<groupId>net.javacrumbs.json-unit</groupId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>test-no-hamcrest</artifactId>
<version>2.22.2-SNAPSHOT</version>
<version>2.23.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 36ad58b

Please sign in to comment.