File tree Expand file tree Collapse file tree 5 files changed +20
-37
lines changed
spring-test-dbunit-sample Expand file tree Collapse file tree 5 files changed +20
-37
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ The versioning of this project follows the one of the Spring Framework:
1818
1919The dependencies used are:
2020
21- * Spring Framework 5
22- * DBUnit 2.6
21+ * Spring Framework 6
22+ * DBUnit 2.7
2323* JUnit 5
2424
2525## How to use this project
Original file line number Diff line number Diff line change 1313
1414 <groupId >com.github.ppodgorsek</groupId >
1515 <artifactId >spring-test-dbunit-parent</artifactId >
16- <version >5.2.1-SNAPSHOT </version >
16+ <version >6.0.0 </version >
1717 <packaging >pom</packaging >
1818
1919 <name >Spring Test DBUnit Parent</name >
446446 <autoReleaseAfterClose >true</autoReleaseAfterClose >
447447 </configuration >
448448 </plugin >
449+ <plugin >
450+ <groupId >org.apache.maven.plugins</groupId >
451+ <artifactId >maven-gpg-plugin</artifactId >
452+ <version >${maven-gpg-plugin.version} </version >
453+ <executions >
454+ <execution >
455+ <id >sign-artifacts</id >
456+ <phase >verify</phase >
457+ <goals >
458+ <goal >sign</goal >
459+ </goals >
460+ </execution >
461+ </executions >
462+ </plugin >
449463 <plugin >
450464 <groupId >org.apache.maven.plugins</groupId >
451465 <artifactId >maven-javadoc-plugin</artifactId >
479493 </plugins >
480494 </build >
481495
482- <profiles >
483- <profile >
484- <id >artifacts-signing</id >
485- <activation >
486- <activeByDefault >false</activeByDefault >
487- <property >
488- <name >maven.sign.skip</name >
489- <value >false</value >
490- </property >
491- </activation >
492- <build >
493- <plugins >
494- <plugin >
495- <groupId >org.apache.maven.plugins</groupId >
496- <artifactId >maven-gpg-plugin</artifactId >
497- <version >${maven-gpg-plugin.version} </version >
498- <executions >
499- <execution >
500- <id >sign-artifacts</id >
501- <phase >verify</phase >
502- <goals >
503- <goal >sign</goal >
504- </goals >
505- </execution >
506- </executions >
507- </plugin >
508- </plugins >
509- </build >
510- </profile >
511- </profiles >
512-
513496 <reporting >
514497 <plugins >
515498 <plugin >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.ppodgorsek</groupId >
99 <artifactId >spring-test-dbunit-parent</artifactId >
10- <version >5.2.1-SNAPSHOT </version >
10+ <version >6.0.0 </version >
1111 </parent >
1212
1313 <groupId >com.github.ppodgorsek</groupId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.github.ppodgorsek</groupId >
1010 <artifactId >spring-test-dbunit-parent</artifactId >
11- <version >5.2.1-SNAPSHOT </version >
11+ <version >6.0.0 </version >
1212 </parent >
1313
1414 <groupId >com.github.ppodgorsek</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.ppodgorsek</groupId >
99 <artifactId >spring-test-dbunit-parent</artifactId >
10- <version >5.2.1-SNAPSHOT </version >
10+ <version >6.0.0 </version >
1111 </parent >
1212
1313 <groupId >com.github.ppodgorsek</groupId >
You can’t perform that action at this time.
0 commit comments