Browse Source

[maven-release-plugin] prepare release json-path-0.9.0

pull/33/head json-path-0.9.0
Johan Haleby 11 years ago
parent
commit
c0a1649927
  1. 2
      json-path-assert/pom.xml
  2. 2
      json-path/pom.xml
  3. 2
      pom.xml

2
json-path-assert/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>json-path-parent</artifactId>
<groupId>com.jayway.jsonpath</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>json-path-assert</artifactId>
<name>json-path-assert</name>

2
json-path/pom.xml

@ -19,7 +19,7 @@
<parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>json-path</artifactId>
<packaging>bundle</packaging>

2
pom.xml

@ -24,7 +24,7 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<url>https://github.com/jayway/JsonPath</url>
<name>json-path-parent-pom</name>
<description>Java JsonPath implementation</description>

Loading…
Cancel
Save