Skip to content

Commit 90482dd

Browse files
committed
Fix versions
1 parent c700143 commit 90482dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

springboot-junit4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.quickperf</groupId>
2828
<artifactId>springboot-junit4-examples</artifactId>
29-
<version>1.0.0-RC6</version>
29+
<version>1.0-SNAPSHOT</version>
3030

3131
<properties>
3232
<maven.compiler.source>1.8</maven.compiler.source>

springboot-junit5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.quickperf</groupId>
2828
<artifactId>springboot-junit5-examples</artifactId>
29-
<version>1.0.0-RC6</version>
29+
<version>1.0-SNAPSHOT</version>
3030

3131
<properties>
3232
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)