Author: svc_dist_logging
Date: Thu Sep 28 08:41:52 2023
New Revision: 64240

Log:
Added `apache-logging-parent` artifacts for release `10.1.0`

Added:
    dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt
    dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt
    dev/logging/logging-parent/apache-logging-parent-10.1.0-site.zip   (with 
props)
    dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip   (with 
props)
    dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc
    dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512

Added: 
dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt 
(added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt 
Thu Sep 28 08:41:52 2023
@@ -0,0 +1,44 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Logging Parent 10.1.0 released
+
+Apache Logging Parent[1] team is pleased to announce the 10.1.0
+release. This project contains the parent POM for other Maven-based
+Apache Logging Services projects[2]. For further information (support,
+download, etc.) see the project website[1].
+
+[1] https://github.com/apache/logging-parent
+[2] https://logging.apache.org
+
+# Release Notes
+
+This minor release focuses on shipping AsciiDoc-based website generation 
convenience targeting the `src/site` folder.
+As a part of this effort, `logging-parent` started publishing 
https://logging.apache.org/logging-parent/latest[its own website] and 
`log4j-changelog` support is switched from Markdown to AsciiDoc.
+
+The introduced 
https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin[`bnd-maven-plugin`]
 default auto-generates both OSGi and JPMS descriptors.
+Users only need to annotate packages that are to be exported with 
`org.osgi.annotation.bundle.Export`, plugin will do the rest of the magic.
+Hence, no need for custom `.bnd` and/or `module-info.java` files anymore.
+In particular, we expect the absence of `module-info.java` files to avoid 
several IDE and testing related headaches.
+
+
+==== Added
+
+* Added `asciidoc` and `constants-tmpl-adoc` profiles to generate 
AsciiDoc-based websites from `src/site`
+* Added support to auto-generate changelog entries for `dependabot` updates
+* Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS 
descriptors
+* Started publishing https://logging.apache.org/logging-parent[the project 
website]
+
+==== Changed
+
+* Switched the default `log4j-changelog` configuration from Markdown 
(`.release-notes.md.ftl` and `.index.md.ftl`) to AsciiDoc 
(`.release-notes.adoc.ftl` and `.index.adoc.ftl`)
+* Update `actions/checkout` to version `4.1.0`
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6`
+* Update `com.google.errorprone:error_prone_core` to version `2.22.0`
+* Update `org.osgi:osgi.annotation` to version `8.1.0`
+
+==== Removed
+
+* Removed `project.build.outputTimestamp` override since it is already 
provided by the parent POM and its old value `0` was causing 
https://github.com/spring-projects/spring-boot/pull/37438[reproducibility 
issues] for `spring-boot:repackage`
+
+==== Fixed
+
+* Replaced incorrect `java.version` Maven property override with 
`maven.compiler.{source,release,target}`

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt 
(added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt Thu 
Sep 28 08:41:52 2023
@@ -0,0 +1,55 @@
+To: [email protected]
+Title: [VOTE] Release Apache Logging Parent 10.1.0
+
+This is a vote to release the Apache Logging Parent 10.1.0.
+
+Source repository: https://github.com/apache/logging-parent
+Commit: 9d3f0131c2032091ef38b10e25015e977ce90b2e
+Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent
+Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+
+Please download, test, and cast your votes on this mailing list.
+
+[ ] +1, release the artifacts
+[ ] -1, don't release, because...
+
+This vote is open for 72 hours and will pass unless getting a
+net negative vote count. All votes are welcome and we encourage
+everyone to test the release, but only the Logging Services PMC
+votes are officially counted. At least 3 +1 votes and more
+positive than negative votes are required.
+
+=== Release Notes
+
+This minor release focuses on shipping AsciiDoc-based website generation 
convenience targeting the `src/site` folder.
+As a part of this effort, `logging-parent` started publishing 
https://logging.apache.org/logging-parent/latest[its own website] and 
`log4j-changelog` support is switched from Markdown to AsciiDoc.
+
+The introduced 
https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin[`bnd-maven-plugin`]
 default auto-generates both OSGi and JPMS descriptors.
+Users only need to annotate packages that are to be exported with 
`org.osgi.annotation.bundle.Export`, plugin will do the rest of the magic.
+Hence, no need for custom `.bnd` and/or `module-info.java` files anymore.
+In particular, we expect the absence of `module-info.java` files to avoid 
several IDE and testing related headaches.
+
+
+==== Added
+
+* Added `asciidoc` and `constants-tmpl-adoc` profiles to generate 
AsciiDoc-based websites from `src/site`
+* Added support to auto-generate changelog entries for `dependabot` updates
+* Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS 
descriptors
+* Started publishing https://logging.apache.org/logging-parent[the project 
website]
+
+==== Changed
+
+* Switched the default `log4j-changelog` configuration from Markdown 
(`.release-notes.md.ftl` and `.index.md.ftl`) to AsciiDoc 
(`.release-notes.adoc.ftl` and `.index.adoc.ftl`)
+* Update `actions/checkout` to version `4.1.0`
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6`
+* Update `com.google.errorprone:error_prone_core` to version `2.22.0`
+* Update `org.osgi:osgi.annotation` to version `8.1.0`
+
+==== Removed
+
+* Removed `project.build.outputTimestamp` override since it is already 
provided by the parent POM and its old value `0` was causing 
https://github.com/spring-projects/spring-boot/pull/37438[reproducibility 
issues] for `spring-boot:repackage`
+
+==== Fixed
+
+* Replaced incorrect `java.version` Maven property override with 
`maven.compiler.{source,release,target}`

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-site.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/logging-parent/apache-logging-parent-10.1.0-site.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc (added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc Thu Sep 
28 08:41:52 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmUVPE0ACgkQVuc7qaC1
+ktCGkA/+Jg7RCFyzFrKcb8AmeRZU7Yke7hbAOqOC2XMbmptouc4F4sXuAtnyk6vu
+gqeEr+c2bygqjeOOcoOb6iuRH3A7ocOn8e3kcednwWmtsCA5lOAcqhZxWSUHwD6p
+ymvKBhSg4T3O+2G5a4VuoGoM5h/IvAJyYFGOp14x1KZQM29kLZqhDGoCUiNUcqqo
+9YWPsyKGZbj6ih30g5uHnzETQyg4KA+7eUyMMBBfc0YnGu0AunYu7jlKZ1hpkZk1
+sx39+9t1W7AdmiQhqGEegyy4HkmbP/ebrwP3Br1xTxHRn1Dv/8GMDLgJvTzFbFNU
+T/LA/GwEz9eCqjAd1yJ5ipvyx1Mn2xm+BQVzudpP44Ors/5ofU3NCmMGD6lFQYaf
+o52k5hG5ONgwyFDzVh7UlvRThpa9VKw44mf87cdB3BrKZ+xhkla1c/y1/tg3VRlh
+znwbsxWj5/RfTTvX8XFWgayljJKaIX0NxtcbkAhwqdQ3IPWJaFpfAkI1NMcDfOa4
+MWMREkhbfY/umBmibv5TipTHGyclqclax+gt3sKE+gATc0EOF2i1VQtkuyMCNKp4
+2O/Xl1utdsv1UGUIE/vmsX4vsJpz6Jn7ak5WV0yJPse4vHJBkrsFsp4je9/b/5Xu
+yuhan1cWgHU0fq+4YxwKOqyKTFRo8Qh8HGKQHu4J7n6B/nN+RDE=
+=zWu+
+-----END PGP SIGNATURE-----

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512 
(added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512 Thu 
Sep 28 08:41:52 2023
@@ -0,0 +1 @@
+99284a33ec27b3c3c798ef652262c9e183e27d0fe5b25b29ebab2c6cf6442452bc31d33cf233311a81415ff81814cd199a12a0797f96f8400d3c782cf02fd33f
 apache-logging-parent-10.1.0-src.zip


Reply via email to