1
0

Prepare for release candidate

This commit is contained in:
Gary Gregory
2023-11-26 16:24:49 -05:00
parent 115812fe62
commit 18ed8eb8ad
9 changed files with 251 additions and 119 deletions

View File

@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Release Notes</title>
</properties>
<body>
<release version="1.3.0" date="TBD" description="This is a maintenance release containing bug fixes. Java 8 or later is required.">
<release version="1.3.0" date="2023-11-26" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Piotr P. Karwasz">
Add support for Log4j API and SLF4J #177.

View File

@@ -14,9 +14,9 @@
## KIND, either express or implied. See the License for the
## specific language governing permissions and limitations
## under the License.
${project.name}
Version ${version}
RELEASE NOTES
${project.name}
Version ${version}
RELEASE NOTES
The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}
@@ -106,4 +106,6 @@ Historical list of changes: ${project.url}changes-report.html
For complete information on ${project.name}, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the ${project.name} website:
${project.url}
${project.url}
=============================================================================