Browse Source

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

pull/8/merge json-path-parent-0.8.1
Kalle Stenflo 12 years ago
parent
commit
75f9275218
  1. 2
      json-path-assert/pom.xml
  2. 2
      json-path/pom.xml
  3. 5
      pom.xml

2
json-path-assert/pom.xml

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

2
json-path/pom.xml

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

5
pom.xml

@ -14,8 +14,7 @@
~ See the License for the specific language governing permissions and ~ See the License for the specific language governing permissions and
~ limitations under the License. ~ limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@ -25,7 +24,7 @@
<groupId>com.jayway.jsonpath</groupId> <groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-parent</artifactId> <artifactId>json-path-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<url>https://github.com/jayway/JsonPath</url> <url>https://github.com/jayway/JsonPath</url>
<name>json-path-parent-pom</name> <name>json-path-parent-pom</name>
<description>Java JsonPath implementation</description> <description>Java JsonPath implementation</description>

Loading…
Cancel
Save