Skip to content

Commit 149dbe7

Browse files
committed
Cleanup after 11.3.0 official release
1 parent 92df5b5 commit 149dbe7

File tree

5 files changed

+9
-19
lines changed

5 files changed

+9
-19
lines changed

Diff for: .github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
if: github.actor != 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@release/11.3.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3434
secrets:
3535
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
3636
with:
@@ -44,7 +44,7 @@ jobs:
4444
deploy-snapshot:
4545
needs: build
4646
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.24.x'
47-
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@release/11.3.0
47+
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0
4848
# Secrets for deployments
4949
secrets:
5050
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
@@ -57,7 +57,7 @@ jobs:
5757
deploy-release:
5858
needs: build
5959
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
60-
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@release/11.3.0
60+
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
6161
# Secrets for deployments
6262
secrets:
6363
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

Diff for: .github/workflows/codeql-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions: read-all
3030
jobs:
3131

3232
analyze:
33-
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@release/11.3.0
33+
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.3.0
3434
with:
3535
java-version: |
3636
8

Diff for: .github/workflows/deploy-site.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
deploy-site-stg:
3535
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
36-
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@release/11.3.0
36+
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
3737
# Secrets for committing the generated site
3838
secrets:
3939
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -53,7 +53,7 @@ jobs:
5353

5454
deploy-site-pro:
5555
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x-site-pro'
56-
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@release/11.3.0
56+
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
5757
# Secrets for committing the generated site
5858
secrets:
5959
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -83,7 +83,7 @@ jobs:
8383
8484
deploy-site-rel:
8585
needs: export-version
86-
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@release/11.3.0
86+
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
8787
# Secrets for committing the generated site
8888
secrets:
8989
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

Diff for: .github/workflows/merge-dependabot.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
3333
# Temporary use `develocity` branch
34-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@release/11.3.0
34+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3535
secrets:
3636
DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
3737
with:
@@ -43,7 +43,7 @@ jobs:
4343

4444
merge-dependabot:
4545
needs: build
46-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@release/11.3.0
46+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.3.0
4747
with:
4848
java-version: 17
4949
permissions:

Diff for: pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -541,16 +541,6 @@
541541
</dependencies>
542542
</dependencyManagement>
543543

544-
<repositories>
545-
<repository>
546-
<snapshots>
547-
<enabled>false</enabled>
548-
</snapshots>
549-
<id>apache.staging</id>
550-
<url>https://repository.apache.org/content/repositories/orgapachelogging-1297</url>
551-
</repository>
552-
</repositories>
553-
554544
<build>
555545

556546
<plugins>

0 commit comments

Comments
 (0)