Skip to content

Commit dab7c34

Browse files
committed
chore(release): Prep 3.2.0
1 parent 16ddb56 commit dab7c34

4 files changed

Lines changed: 43 additions & 11 deletions

File tree

pom.xml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.dbunit</groupId>
77
<artifactId>dbunit</artifactId>
8-
<version>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
<packaging>jar</packaging>
1010
<name>dbUnit Extension</name>
1111
<url>https://github.com/dbunit/dbunit-extension</url>
@@ -24,7 +24,7 @@
2424

2525
<properties>
2626
<!-- Maven configuration -->
27-
<project.build.outputTimestamp>2026-05-11T00:00:00Z</project.build.outputTimestamp>
27+
<project.build.outputTimestamp>2026-06-04T00:00:00Z</project.build.outputTimestamp>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3030
<project.scm.id>github</project.scm.id>
@@ -1040,15 +1040,41 @@
10401040
</parameter>
10411041
</configuration>
10421042
<reportSets>
1043+
<!--
10431044
<reportSet>
1044-
<id>3.1.0-to-snapshot</id>
1045+
<id>3.2.0-to-snapshot</id>
10451046
<reports>
10461047
<report>cmp-report</report>
10471048
</reports>
10481049
<configuration>
10491050
<parameter>
10501051
<reportLinkName>3.1.0-to-snapshot</reportLinkName>
10511052
</parameter>
1053+
<oldVersion>
1054+
<dependency>
1055+
<groupId>${project.groupId}</groupId>
1056+
<artifactId>${project.artifactId}</artifactId>
1057+
<version>3.2.0</version>
1058+
<type>jar</type>
1059+
</dependency>
1060+
</oldVersion>
1061+
<newVersion>
1062+
<file>
1063+
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
1064+
</file>
1065+
</newVersion>
1066+
</configuration>
1067+
</reportSet>
1068+
-->
1069+
<reportSet>
1070+
<id>3.1.0-to-3.2.0</id>
1071+
<reports>
1072+
<report>cmp-report</report>
1073+
</reports>
1074+
<configuration>
1075+
<parameter>
1076+
<reportLinkName>3.1.0-to-3.2.0</reportLinkName>
1077+
</parameter>
10521078
<oldVersion>
10531079
<dependency>
10541080
<groupId>${project.groupId}</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</properties>
1414

1515
<body>
16-
<release version="3.2.0-SNAPSHOT" date="TBD" description="GH action updates, extract UTs from ITs, rename test methods, add DataSetBuilder, improve test infra, improve UT coverage, bump HSQLDB, improve IT coverage, fix table lookup with case-sensitive databases, fix metadata table name lookups, convert UTs to ITs, OracleSdoGeometryDataType test coverage, fix ScrollableResultSetTable, document profile unsupportedFeatures, correct profile unsupportedFeatures, configure DB2, fix SQLHelper NPE, fix TruncateTableOperation for DB2">
16+
<release version="3.2.0" date="June 4, 2026" description="GH action updates, extract UTs from ITs, rename test methods, add DataSetBuilder, improve test infra, improve UT coverage, bump HSQLDB, improve IT coverage, fix table lookup with case-sensitive databases, fix metadata table name lookups, convert UTs to ITs, OracleSdoGeometryDataType test coverage, fix ScrollableResultSetTable, document profile unsupportedFeatures, correct profile unsupportedFeatures, configure DB2, fix SQLHelper NPE, fix TruncateTableOperation for DB2">
1717
<!-- dependabot:dep=actions/deploy-pages:new=5:pr=27 -->
1818
<action dev="dependabot" type="update" due-to="Dependabot">Update github_actions dependency actions/deploy-pages from 4 to 5 (#27).</action>
1919
<!-- dependabot:dep=actions/setup-java:new=5:pr=27 -->

src/site/asciidoc/index.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ We will gladly help you as needed with your ideas and contributions and look to
3030
|===
3131
|Date |News
3232

33-
|TBD
34-
|Please try the 3.2.0-SNAPSHOT snapshot build and let us know how it works!
35-
Refer to the link:changes.html#a3.2.0-SNAPSHOT[changes report],
36-
the link:https://github.com/dbunit/dbunit-extension/issues?q=is%3Aissue+milestone%3A3.2.0%20type%3AFeature[feature list],
37-
and the link:https://github.com/dbunit/dbunit-extension/issues?q=is%3Aissue+milestone%3A3.2.0%20type%3ABug[bug list]
38-
for the snapshot contents (and any subsequent updates).
33+
// |TBD
34+
// |Please try the 3.2.0-SNAPSHOT snapshot build and let us know how it works!
35+
// Refer to the link:changes.html#a3.2.0-SNAPSHOT[changes report],
36+
// the link:https://github.com/dbunit/dbunit-extension/issues?q=is%3Aissue+milestone%3A3.2.0%20type%3AFeature[feature list],
37+
// and the link:https://github.com/dbunit/dbunit-extension/issues?q=is%3Aissue+milestone%3A3.2.0%20type%3ABug[bug list]
38+
// for the snapshot contents (and any subsequent updates).
39+
40+
|2026-06-04
41+
|Release 3.2.0 available. Refer to the link:changes.html#a3.2.0[changes report], the link:https://github.com/dbunit/dbunit-extension/issues?q=is%3Aissue+milestone%3A3.2.0%20type%3AFeature[feature list], and the link:https://github.com/dbunit/dbunit-extension/issues?q=is%3Aissue+milestone%3A3.2.0%20type%3ABug[bug list] for the release contents.
3942

4043
|2026-05-18
4144
|After 24 years at SourceForge, DbUnit moved to GitHub in May 2026. Source code, issues, and CI now all live at https://github.com/dbunit/dbunit-extension. Thank you, SourceForge, for 24 years of hosting.

src/site/site.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585

8686
<menu name="Upgrading DbUnit">
8787
<item name="Changes" href="/changes.html"/>
88-
<item name="3.1.0 to snapshot" href="/3.1.0-to-snapshot.html"/>
88+
<!--
89+
<item name="3.2.0 to snapshot" href="/3.2.1-to-snapshot.html"/>
90+
-->
91+
<item name="3.1.0 to 3.2.0" href="/3.1.0-to-3.2.0.html"/>
8992
<item name="3.0.0 to 3.1.0" href="/3.0.0-to-3.1.0.html"/>
9093
<item name="2.8.0 to 3.0.0" href="/2.8.0-to-3.0.0.html"/>
9194
<item name="2.7.3 to 2.8.0" href="/2.7.3-to-2.8.0.html"/>

0 commit comments

Comments
 (0)