Browse Source

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

pull/57/head json-path-1.0.0
Kalle Stenflo 10 years ago
parent
commit
3452952fdc
  1. 2
      json-path-assert/pom.xml
  2. 7
      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>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>json-path-assert</artifactId>
<name>json-path-assert</name>

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

@ -1,15 +1,14 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-web-test</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.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>0.9.2-SNAPSHOT</version>
<version>1.0.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.2-SNAPSHOT</version>
<version>1.0.0</version>
<url>https://github.com/jayway/JsonPath</url>
<name>json-path-parent-pom</name>
<description>Java JsonPath implementation</description>

Loading…
Cancel
Save