Skip to content

Commit

Permalink
[maven-release-plugin] prepare release zerocode-tdd-parent-1.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps committed May 22, 2020
1 parent 7ee1822 commit a666adc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.20-SNAPSHOT</version>
<version>1.3.20</version>
</parent>

<artifactId>zerocode-tdd</artifactId>
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.20-SNAPSHOT</version>
<version>1.3.20</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.20-SNAPSHOT</version>
<version>1.3.20</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.20-SNAPSHOT</version>
<version>1.3.20</version>
</parent>

<artifactId>kafka-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.20-SNAPSHOT</version>
<version>1.3.20</version>

<packaging>pom</packaging>
<name>ZeroCode TDD Parent</name>
Expand Down
5 changes: 2 additions & 3 deletions zerocode-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>org.jsmart</groupId>
<artifactId>zerocode-tdd-parent</artifactId>
<version>1.3.20-SNAPSHOT</version>
<version>1.3.20</version>
</parent>
<artifactId>zerocode-maven-archetype</artifactId>

Expand Down

0 comments on commit a666adc

Please sign in to comment.