Skip to content

Commit

Permalink
Prepare release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 9, 2023
1 parent 41477bd commit b047e63
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Apache Commons DbUtils
[![GitHub Actions Status](https://github.com/apache/commons-dbutils/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-dbutils/actions)
[![Coverage Status](https://codecov.io/gh/apache/commons-dbutils/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-dbutils)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/?gav=true)
[![Javadocs](https://javadoc.io/badge/commons-dbutils/commons-dbutils/1.8.0.svg)](https://javadoc.io/doc/commons-dbutils/commons-dbutils/1.8.0)
[![Javadocs](https://javadoc.io/badge/commons-dbutils/commons-dbutils/1.8.1.svg)](https://javadoc.io/doc/commons-dbutils/commons-dbutils/1.8.1)
[![CodeQL](https://github.com/apache/commons-dbutils/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-dbutils/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-dbutils)

Expand All @@ -69,7 +69,7 @@ Alternatively, you can pull it from the central Maven repositories:
<dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</dependency>
```

Expand Down
28 changes: 28 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Apache Commons DbUtils
Version 1.8.1
RELEASE NOTES

The Apache Commons DbUtils team is pleased to announce the release of Apache Commons DbUtils 1.8.1

The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.

New features and bug fixes.

Changes in this version include:


Fixed Bugs:
o DBUTILS-151: Module org.apache.commons.dbutils does not declare `uses`. Thanks to mark, Gary Gregory.

Changes:
o Bump commons-parent from 61 to 62. Thanks to Gary Gregory.


For complete information on Apache Commons DbUtils, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons DbUtils website:

https://commons.apache.org/proper/commons-dbutils/

Download it from https://commons.apache.org/proper/commons-dbutils/download_dbcp.cgi

-----------------------------------------------------------------------------

Apache Commons DbUtils
Version 1.8.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@

<commons.componentid>dbutils</commons.componentid>
<commons.module.name>org.apache.commons.dbutils</commons.module.name>
<commons.release.version>1.8.0</commons.release.version>
<commons.release.version>1.8.1</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.bc.version>1.7</commons.bc.version>
<commons.bc.version>1.8.0</commons.bc.version>
<commons.jira.id>DBUTILS</commons.jira.id>
<commons.jira.pid>12310470</commons.jira.pid>
<commons.release.isDistModule>true</commons.release.isDistModule>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons DBUtils Release Notes</title>
</properties>
<body>
<release version="1.8.1" date="2023-MM-DD" description="New features and bug fixes.">
<release version="1.8.1" date="2023-09-09" description="New features and bug fixes.">
<!-- FIX -->
<action dev="ggregory" type="fix" issue="DBUTILS-151" due-to="mark, Gary Gregory">
Module org.apache.commons.dbutils does not declare `uses`.
Expand Down
6 changes: 3 additions & 3 deletions src/changes/release-notes.vm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
## under the License.

${project.name}
Version ${version}
RELEASE NOTES
Version ${version}
RELEASE NOTES

The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}

Expand Down Expand Up @@ -140,6 +140,6 @@ patches, or suggestions for improvement, see the ${project.name} website:

${project.url}

Download it from ${project.url}/download_dbcp.cgi
Download it from ${project.url}download_dbcp.cgi

-----------------------------------------------------------------------------
26 changes: 13 additions & 13 deletions src/site/xdoc/download_dbutils.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,32 +113,32 @@ limitations under the License.
</p>
</subsection>
</section>
<section name="Apache Commons DbUtils 1.8.0 ">
<section name="Apache Commons DbUtils 1.8.1 ">
<subsection name="Binaries">
<table>
<tr>
<td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.8.0-bin.tar.gz">commons-dbutils-1.8.0-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.0-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.0-bin.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.8.1-bin.tar.gz">commons-dbutils-1.8.1-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.1-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.1-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.8.0-bin.zip">commons-dbutils-1.8.0-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.0-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.0-bin.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.8.1-bin.zip">commons-dbutils-1.8.1-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.1-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/binaries/commons-dbutils-1.8.1-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
<td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.8.0-src.tar.gz">commons-dbutils-1.8.0-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.0-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.0-src.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.8.1-src.tar.gz">commons-dbutils-1.8.1-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.1-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.1-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.8.0-src.zip">commons-dbutils-1.8.0-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.0-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.0-src.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.8.1-src.zip">commons-dbutils-1.8.1-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.1-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/dbutils/source/commons-dbutils-1.8.1-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
Expand Down

0 comments on commit b047e63

Please sign in to comment.