Skip to content

Commit e7a421a

Browse files
committed
Merge tag 'rel/3.0.0-beta3'
2 parents fc6dc4c + 28117e5 commit e7a421a

File tree

89 files changed

+164
-388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+164
-388
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'dependabot[bot]'
3333
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3434
secrets:
35-
DV_ACCESS_TOKEN: ${{ ! startsWith(github.ref_name, 'release/') && secrets.GE_ACCESS_TOKEN }}
35+
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
3636
with:
3737
site-enabled: true
3838
reproducibility-check-enabled: ${{ startsWith(github.ref_name, 'release/') }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
<properties>
296296

297297
<!-- project version -->
298-
<revision>3.0.0-SNAPSHOT</revision>
298+
<revision>3.0.0-beta3</revision>
299299

300300
<!-- =================
301301
Common properties
@@ -317,7 +317,7 @@
317317
2. This value is employed in various places while creating the distribution
318318
To mitigate these, we define a *dummy* value here and let the CI replace it during a release.
319319
Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
320-
<project.build.outputTimestamp>2024-02-17T17:58:36Z</project.build.outputTimestamp>
320+
<project.build.outputTimestamp>2024-11-09T05:50:28Z</project.build.outputTimestamp>
321321

322322
<!-- Version of Log4j API required -->
323323
<log4j-api.version>2.24.1</log4j-api.version>

src/changelog/.3.x.x/update_ch_qos_logback_logback_classic.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_ch_qos_logback_logback_core.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_co_elastic_clients_elasticsearch_java.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_co_elastic_logging_log4j2_ecs_layout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_com_github_luben_zstd_jni.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_com_github_tomakehurst_wiremock_jre8.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_com_google_guava_guava.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.3.x.x/update_com_gradle_develocity_maven_extension.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)