This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit cbc1ea5f466e8059ec7802de78839512f4102e8b
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jan 15 08:54:39 2024 +0100

    Set version to `10.6.1-SNAPSHOT`
---
 pom.xml                              |  2 +-
 src/site/_constants.adoc             |  2 +-
 src/site/_release-notes.adoc         |  1 +
 src/site/_release-notes/_10.x.x.adoc | 14 --------------
 4 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f8594d..4c8db9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>10.6.0</revision>
+    <revision>10.6.1-SNAPSHOT</revision>
 
     <!-- `project.build.outputTimestamp` is required to be present for 
reproducible builds.
          We actually inherit one from the `org.apache:apache` parent.
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index fce9676..1d7b831 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
 ////
 
 :project-github-url: https://github.com/apache/logging-parent
-:project-version: 10.6.0
+:project-version: 10.6.1-SNAPSHOT
 :project-name: Logging Parent
 :project-id: logging-parent
 :java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 33d2420..75e3c22 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,6 +36,7 @@
 [#release-notes]
 == Release Notes
 
+include::_release-notes/_10.x.x.adoc[]
 include::_release-notes/_10.6.0.adoc[]
 include::_release-notes/_10.5.0.adoc[]
 include::_release-notes/_10.4.0.adoc[]
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index 4ee9872..f8913df 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -41,20 +41,6 @@
 This minor release contains several small improvements.
 
 
-==== Added
-
-* Add JSpecify to dependency management. 
(https://github.com/apache/logging-parent/pull/88[88])
-* Add enforcer rule to ban wildcard imports. All imports must be expanded to 
provide better comparison of branches. 
(https://github.com/apache/logging-parent/pull/63[63])
-
-==== Changed
-
-* Merge Dependabot PRs instead of closing them. 
(https://github.com/apache/logging-parent/pull/82[82])
-* Disable 
https://bnd.bndtools.org/instructions/jpms-multi-release.html[`-jpms-multi-release`]
 BND option. (https://github.com/apache/logging-parent/pull/93[93])
-* Clean up residual `module-info.class` before compilation. 
(https://github.com/apache/logging-parent/pull/90[90])
-
 ==== Updated
 
-* Update `com.google.errorprone:error_prone_core` to version `2.24.1` 
(https://github.com/apache/logging-parent/pull/89[89])
-* Update `github/codeql-action` to version `3.23.0` 
(https://github.com/apache/logging-parent/pull/91[91])
-* Update `org.apache.rat:apache-rat-plugin` to version `0.16` 
(https://github.com/apache/logging-parent/pull/92[92])
 * Update `org.asciidoctor:asciidoctor-maven-plugin` to version `2.2.5` 
(https://github.com/apache/logging-parent/pull/99[99])

Reply via email to