Skip to content

Commit 3943914

Browse files
committed
Release version 0.2
1 parent 0108b34 commit 3943914

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

demo/demo-maven-junit-platform-junit4-boot24/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.seregamorph</groupId>
99
<artifactId>demo-parent</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111
</parent>
1212

1313
<artifactId>demo-maven-junit-platform-junit4-boot24</artifactId>

demo/demo-maven-junit-platform-jupiter-boot32/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.seregamorph</groupId>
99
<artifactId>demo-parent</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111
</parent>
1212

1313
<artifactId>demo-maven-junit-platform-jupiter-boot32</artifactId>

demo/demo-maven-junit-platform-testng-boot32/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.seregamorph</groupId>
99
<artifactId>demo-parent</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111
</parent>
1212

1313
<artifactId>demo-maven-junit-platform-testng-boot32</artifactId>

demo/demo-maven-testng-boot24/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.seregamorph</groupId>
99
<artifactId>demo-parent</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111
</parent>
1212

1313
<artifactId>demo-maven-testng-boot24</artifactId>

demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.seregamorph</groupId>
99
<artifactId>spring-test-smart-context-parent</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111
</parent>
1212

1313
<artifactId>demo-parent</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.seregamorph</groupId>
88
<artifactId>spring-test-smart-context-parent</artifactId>
9-
<version>0.2-SNAPSHOT</version>
9+
<version>0.2</version>
1010
<packaging>pom</packaging>
1111
<name>spring-test-smart-context parent</name>
1212
<description>

spring-test-smart-context/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.seregamorph</groupId>
99
<artifactId>spring-test-smart-context-parent</artifactId>
10-
<version>0.2-SNAPSHOT</version>
10+
<version>0.2</version>
1111
</parent>
1212

1313
<artifactId>spring-test-smart-context</artifactId>

0 commit comments

Comments
 (0)