Skip to content

Commit d5bdcd7

Browse files
committed
[maven-release-plugin] prepare release json-unit-parent-5.1.0
1 parent 88b0fe3 commit d5bdcd7

File tree

21 files changed

+83
-38
lines changed

21 files changed

+83
-38
lines changed

json-unit-assertj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>net.javacrumbs.json-unit</groupId>
1717
<artifactId>json-unit-parent</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.1.0</version>
1919
</parent>
2020

2121
<dependencies>

json-unit-bom/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74

85
<parent>
96
<groupId>net.javacrumbs.json-unit</groupId>
107
<artifactId>json-unit-parent</artifactId>
11-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.1.0</version>
129
</parent>
1310

1411
<artifactId>json-unit-bom</artifactId>

json-unit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>net.javacrumbs.json-unit</groupId>
2828
<artifactId>json-unit-parent</artifactId>
29-
<version>5.0.0-SNAPSHOT</version>
29+
<version>5.1.0</version>
3030
</parent>
3131

3232
<dependencies>

json-unit-json-path/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>net.javacrumbs.json-unit</groupId>
1313
<artifactId>json-unit-parent</artifactId>
14-
<version>5.0.0-SNAPSHOT</version>
14+
<version>5.1.0</version>
1515
</parent>
1616

1717
<properties>

json-unit-kotest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>net.javacrumbs.json-unit</groupId>
1717
<artifactId>json-unit-parent</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.1.0</version>
1919
</parent>
2020

2121
<dependencies>

json-unit-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>net.javacrumbs.json-unit</groupId>
1717
<artifactId>json-unit-parent</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.1.0</version>
1919
</parent>
2020

2121
<dependencies>

json-unit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>net.javacrumbs.json-unit</groupId>
1111
<artifactId>json-unit-parent</artifactId>
12-
<version>5.0.0-SNAPSHOT</version>
12+
<version>5.1.0</version>
1313
</parent>
1414

1515
<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>5.0.0-SNAPSHOT</version>
5+
<version>5.1.0</version>
66
<name>${project.groupId}:${project.artifactId}</name>
77
<url>https://github.com/lukas-krecan/JsonUnit</url>
88
<properties>
@@ -393,6 +393,6 @@
393393
<connection>scm:git:git@github.com:lukas-krecan/JsonUnit.git</connection>
394394
<developerConnection>scm:git:git@github.com:lukas-krecan/JsonUnit.git</developerConnection>
395395
<url>scm:git:git@github.com:lukas-krecan/JsonUnit.git</url>
396-
<tag>HEAD</tag>
396+
<tag>json-unit-parent-5.1.0</tag>
397397
</scm>
398398
</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>5.0.0-SNAPSHOT</version>
6+
<version>5.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

1414
<modules>

tests/test-base/pom.xml

Lines changed: 6 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>5.0.0-SNAPSHOT</version>
6+
<version>5.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

1313
<dependencies>
1414
<dependency>
@@ -138,4 +138,8 @@
138138
</plugin>
139139
</plugins>
140140
</build>
141+
142+
<scm>
143+
<tag>json-unit-parent-5.1.0</tag>
144+
</scm>
141145
</project>

0 commit comments

Comments
 (0)