Skip to content

Commit 49e667f

Browse files
committed
[maven-release-plugin] prepare release json-path-0.9.1
1 parent d7f3048 commit 49e667f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1-SNAPSHOT</version>
22+
<version>0.9.1</version>
2323
</parent>
2424
<artifactId>json-path-assert</artifactId>
2525
<name>json-path-assert</name>

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.1-SNAPSHOT</version>
22+
<version>0.9.1</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.1-SNAPSHOT</version>
27+
<version>0.9.1</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)