Skip to content

Commit 540ebb4

Browse files
committed
Release 6.0.0 preparation
1 parent 706c9f9 commit 540ebb4

File tree

5 files changed

+20
-37
lines changed

5 files changed

+20
-37
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The versioning of this project follows the one of the Spring Framework:
1818

1919
The 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

pom.xml

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>
@@ -446,6 +446,20 @@
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>
@@ -479,37 +493,6 @@
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>

spring-test-dbunit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

spring-test-dbunit-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

spring-test-dbunit-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)