Browse Source

[maven-release-plugin] prepare release json-path-parent-1.1.0

pull/57/head json-path-parent-1.1.0-0-g905a9e49
Kalle Stenflo 10 years ago
parent
commit
905a9e49c5
  1. 2
      json-path-assert/pom.xml
  2. 4
      json-path-web-test/pom.xml
  3. 2
      json-path/pom.xml
  4. 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>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>json-path-assert</artifactId>
<name>json-path-assert</name>

4
json-path-web-test/pom.xml

@ -3,12 +3,12 @@
<parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-web-test</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

2
json-path/pom.xml

@ -19,7 +19,7 @@
<parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.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>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<url>https://github.com/jayway/JsonPath</url>
<name>json-path-parent-pom</name>
<description>Java JsonPath implementation</description>

Loading…
Cancel
Save