Skip to content

Commit 3452952

Browse files
committed
[maven-release-plugin] prepare release json-path-1.0.0
1 parent 680a38d commit 3452952

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

json-path-assert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>json-path-parent</artifactId>
2121
<groupId>com.jayway.jsonpath</groupId>
22-
<version>0.9.2-SNAPSHOT</version>
22+
<version>1.0.0</version>
2323
</parent>
2424
<artifactId>json-path-assert</artifactId>
2525
<name>json-path-assert</name>

json-path-web-test/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.jayway.jsonpath</groupId>
65
<artifactId>json-path-parent</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
</parent>
98

109
<groupId>com.jayway.jsonpath</groupId>
1110
<artifactId>json-path-web-test</artifactId>
12-
<version>0.9.2-SNAPSHOT</version>
11+
<version>1.0.0</version>
1312

1413
<properties>
1514
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

json-path/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.jayway.jsonpath</groupId>
2121
<artifactId>json-path-parent</artifactId>
22-
<version>0.9.2-SNAPSHOT</version>
22+
<version>1.0.0</version>
2323
</parent>
2424
<artifactId>json-path</artifactId>
2525
<packaging>bundle</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.jayway.jsonpath</groupId>
2525
<artifactId>json-path-parent</artifactId>
2626
<packaging>pom</packaging>
27-
<version>0.9.2-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<url>https://github.com/jayway/JsonPath</url>
2929
<name>json-path-parent-pom</name>
3030
<description>Java JsonPath implementation</description>

0 commit comments

Comments
 (0)