Skip to content

Commit

Permalink
Release version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seregamorph committed Dec 22, 2024
1 parent 86e9ede commit 4ed760f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/demo-gradle-junit-platform-jupiter-boot32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-gradle-junit-platform-jupiter-boot32</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-maven-junit-platform-junit4-boot24/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-maven-junit-platform-junit4-boot24</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-maven-junit-platform-jupiter-boot34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-maven-junit-platform-jupiter-boot34</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-maven-junit-platform-jupiter-spring5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-maven-junit-platform-jupiter-spring5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-maven-junit-platform-testng-boot32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-maven-junit-platform-testng-boot32</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-maven-testng-boot24/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-maven-testng-boot24</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-testkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>demo-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-testkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>spring-test-smart-context-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>demo-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.seregamorph</groupId>
<artifactId>spring-test-smart-context-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<packaging>pom</packaging>
<name>spring-test-smart-context parent</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion spring-test-smart-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.seregamorph</groupId>
<artifactId>spring-test-smart-context-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>spring-test-smart-context</artifactId>
Expand Down

0 comments on commit 4ed760f

Please sign in to comment.