Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
marcingrzejszczak committed Dec 4, 2023
1 parent 5889d4c commit 50326a6
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions jsonassert-assertj-java8/pom.xml
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
<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.7.0</version>
<version>0.7.1-SNAPSHOT</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

4 changes: 2 additions & 2 deletions jsonassert-shade/pom.xml
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
<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.7.0</version>
<version>0.7.1-SNAPSHOT</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

4 changes: 2 additions & 2 deletions jsonassert/pom.xml
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
<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.7.0</version>
<version>0.7.1-SNAPSHOT</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<packaging>pom</packaging>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>

<name>Json Assert Parent</name>
<description>Json Assert Parent</description>
@@ -42,7 +42,7 @@
<developerConnection>
scm:git:ssh://git@github.com/marcingrzejszczak/jsonassert.git
</developerConnection>
<tag>v0.7.0</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
<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.7.0</version>
<version>0.7.1-SNAPSHOT</version>

<parent>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

0 comments on commit 50326a6

Please sign in to comment.