Skip to content

Commit 7f0ad16

Browse files
committed
[maven-release-plugin] prepare release json-unit-parent-2.40.0
1 parent 3df62fd commit 7f0ad16

File tree

19 files changed

+31
-31
lines changed

19 files changed

+31
-31
lines changed

json-unit-assertj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>net.javacrumbs.json-unit</groupId>
1515
<artifactId>json-unit-parent</artifactId>
16-
<version>2.40.0-SNAPSHOT</version>
16+
<version>2.40.0</version>
1717
</parent>
1818

1919
<dependencies>

json-unit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>net.javacrumbs.json-unit</groupId>
2626
<artifactId>json-unit-parent</artifactId>
27-
<version>2.40.0-SNAPSHOT</version>
27+
<version>2.40.0</version>
2828
</parent>
2929

3030
<dependencies>

json-unit-fluent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>net.javacrumbs.json-unit</groupId>
1212
<artifactId>json-unit-parent</artifactId>
13-
<version>2.40.0-SNAPSHOT</version>
13+
<version>2.40.0</version>
1414
</parent>
1515

1616
<properties>

json-unit-json-path/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>net.javacrumbs.json-unit</groupId>
1212
<artifactId>json-unit-parent</artifactId>
13-
<version>2.40.0-SNAPSHOT</version>
13+
<version>2.40.0</version>
1414
</parent>
1515

1616
<properties>

json-unit-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>net.javacrumbs.json-unit</groupId>
1616
<artifactId>json-unit-parent</artifactId>
17-
<version>2.40.0-SNAPSHOT</version>
17+
<version>2.40.0</version>
1818
</parent>
1919

2020
<dependencies>

json-unit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>net.javacrumbs.json-unit</groupId>
1010
<artifactId>json-unit-parent</artifactId>
11-
<version>2.40.0-SNAPSHOT</version>
11+
<version>2.40.0</version>
1212
</parent>
1313

1414
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.javacrumbs.json-unit</groupId>
44
<artifactId>json-unit-parent</artifactId>
5-
<version>2.40.0-SNAPSHOT</version>
5+
<version>2.40.0</version>
66
<url>https://github.com/lukas-krecan/JsonUnit</url>
77
<properties>
88
<jackson2.version>2.14.0</jackson2.version>
@@ -289,6 +289,6 @@
289289
<connection>scm:git:[email protected]:lukas-krecan/JsonUnit.git</connection>
290290
<developerConnection>scm:git:[email protected]:lukas-krecan/JsonUnit.git</developerConnection>
291291
<url>scm:git:[email protected]:lukas-krecan/JsonUnit.git</url>
292-
<tag>HEAD</tag>
292+
<tag>json-unit-parent-2.40.0</tag>
293293
</scm>
294294
</project>

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>json-unit-parent</artifactId>
55
<groupId>net.javacrumbs.json-unit</groupId>
6-
<version>2.40.0-SNAPSHOT</version>
6+
<version>2.40.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>tests</artifactId>
11-
<version>2.40.0-SNAPSHOT</version>
11+
<version>2.40.0</version>
1212
<packaging>pom</packaging>
1313

1414
<modules>

tests/test-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>tests</artifactId>
55
<groupId>net.javacrumbs.json-unit</groupId>
6-
<version>2.40.0-SNAPSHOT</version>
6+
<version>2.40.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>test-base</artifactId>
11-
<version>2.40.0-SNAPSHOT</version>
11+
<version>2.40.0</version>
1212

1313
<dependencies>
1414
<dependency>

tests/test-gson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>tests</artifactId>
55
<groupId>net.javacrumbs.json-unit</groupId>
6-
<version>2.40.0-SNAPSHOT</version>
6+
<version>2.40.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>test-gson</artifactId>
11-
<version>2.40.0-SNAPSHOT</version>
11+
<version>2.40.0</version>
1212

1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)