Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalchandra committed Mar 24, 2024
1 parent 5de3663 commit 1181bf9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.38</version>
<version>1.3.39-SNAPSHOT</version>
</parent>

<artifactId>zerocode-tdd</artifactId>
Expand All @@ -23,7 +23,7 @@
<url>https://github.com/authorjapps/zerocode</url>
<connection>scm:git:[email protected]:authorjapps/zerocode.git</connection>
<developerConnection>scm:git:[email protected]:authorjapps/zerocode.git</developerConnection>
<tag>zerocode-tdd-parent-1.3.38</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion http-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.38</version>
<version>1.3.39-SNAPSHOT</version>
</parent>

<groupId>org.jsmart</groupId>
Expand Down
2 changes: 1 addition & 1 deletion junit5-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.38</version>
<version>1.3.39-SNAPSHOT</version>
</parent>

<artifactId>zerocode-tdd-jupiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.38</version>
<version>1.3.39-SNAPSHOT</version>
</parent>

<artifactId>kafka-testing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.38</version>
<version>1.3.39-SNAPSHOT</version>

<packaging>pom</packaging>
<name>ZeroCode TDD Parent</name>
Expand All @@ -26,7 +26,7 @@
<url>https://github.com/authorjapps/zerocode</url>
<connection>scm:git:[email protected]:authorjapps/zerocode.git</connection>
<developerConnection>scm:git:[email protected]:authorjapps/zerocode.git</developerConnection>
<tag>zerocode-tdd-parent-1.3.38</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion zerocode-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd-parent</artifactId>
<version>1.3.38</version>
<version>1.3.39-SNAPSHOT</version>
</parent>
<artifactId>zerocode-maven-archetype</artifactId>

Expand Down

0 comments on commit 1181bf9

Please sign in to comment.