Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Dec 1, 2020
1 parent 05e3d38 commit 69ed004
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 25 deletions.
7 changes: 3 additions & 4 deletions jsonassert-assertj-java7/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonassert-assertj-java7</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions jsonassert-assertj-java8/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonassert-assertj-java8</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions jsonassert-shade/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonassert-shade</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions jsonassert/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonassert</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>

<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<packaging>pom</packaging>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>

<name>Json Assert Parent</name>
<description>Json Assert Parent</description>
Expand Down Expand Up @@ -44,7 +42,7 @@
<developerConnection>
scm:git:ssh://[email protected]/marcingrzejszczak/jsonassert.git
</developerConnection>
<tag>HEAD</tag>
<tag>v0.5.0</tag>
</scm>
<developers>
<developer>
Expand Down
7 changes: 3 additions & 4 deletions tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonassert-tests</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.4.15-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 69ed004

Please sign in to comment.