Skip to content

Commit

Permalink
[maven-release-plugin] prepare release zerocode-tdd-parent-1.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps committed Nov 1, 2020
1 parent 1dcf641 commit 1910daf
Show file tree
Hide file tree
Showing 6 changed files with 12 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.26-SNAPSHOT</version>
<version>1.3.26</version>
</parent>

<artifactId>zerocode-tdd</artifactId>
Expand Down
10 changes: 7 additions & 3 deletions 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.26-SNAPSHOT</version>
<version>1.3.26</version>
</parent>

<groupId>org.jsmart</groupId>
Expand All @@ -16,7 +16,6 @@

<properties>
<java.version>1.8</java.version>
<micro-simulator.version>1.1.8</micro-simulator.version>
</properties>

<dependencies>
Expand All @@ -33,11 +32,16 @@
The below "micro-simulator" dependency is not needed for real live projects.
This is used here just to mock/stub some end points for demo purpose only.
-->
<dependency>
<!--<dependency>
<groupId>org.jsmart</groupId>
<artifactId>micro-simulator</artifactId>
<version>${micro-simulator.version}</version>
<scope>test</scope>
</dependency>-->
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>micro-simulator</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

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.26-SNAPSHOT</version>
<version>1.3.26</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.26-SNAPSHOT</version>
<version>1.3.26</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.26-SNAPSHOT</version>
<version>1.3.26</version>

<packaging>pom</packaging>
<name>ZeroCode TDD Parent</name>
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.26-SNAPSHOT</version>
<version>1.3.26</version>
</parent>
<artifactId>zerocode-maven-archetype</artifactId>

Expand Down

0 comments on commit 1910daf

Please sign in to comment.