This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new d38b833 Now dormant d38b833 is described below commit d38b833dffb246b88e0e00c2d298880357d2d67e Author: Sebb <s...@apache.org> AuthorDate: Sun Oct 1 12:39:56 2023 +0100 Now dormant --- .github/dependabot.yml | 27 --------------------------- .github/workflows/codeql-analysis.yml | 15 ++++++++------- .github/workflows/coverage.yml | 4 +++- .github/workflows/maven.yml | 12 +++++++----- .github/workflows/scorecards-analysis.yml | 13 ++++++++----- pom.xml | 9 ++++++--- 6 files changed, 32 insertions(+), 48 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 9ebcd0e..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -version: 2 -updates: - - package-ecosystem: "maven" - directory: "/" - schedule: - interval: "weekly" - day: "friday" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "friday" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 95b810e..9a9504b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,13 +16,14 @@ name: "CodeQL" on: - push: - branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '33 9 * * 4' + workflow_dispatch: + # push: + # branches: [ master ] + # pull_request: + # # The branches below must be a subset of the branches above + # branches: [ master ] + # schedule: + # - cron: '33 9 * * 4' jobs: analyze: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 11e15ef..80c6fcb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,7 +15,9 @@ name: Coverage -on: [push, pull_request] +# on: [push, pull_request] +on: + workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5f034cd..5c00de8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,9 @@ name: Java CI -on: [push, pull_request] +# on: [push, pull_request] +on: + workflow_dispatch: jobs: build: @@ -24,11 +26,11 @@ jobs: matrix: java: [ 8, 11, 17 ] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - with: - persist-credentials: false + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + with: + persist-credentials: false - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index bca6c7e..c8b71a0 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -15,12 +15,15 @@ name: "Scorecards supply-chain security" +# on: +# branch_protection_rule: +# schedule: +# - cron: "30 1 * * 6" # Weekly on Saturdays +# push: +# branches: [ "master" ] + on: - branch_protection_rule: - schedule: - - cron: "30 1 * * 6" # Weekly on Saturdays - push: - branches: [ "master" ] + workflow_dispatch: permissions: read-all diff --git a/pom.xml b/pom.xml index 89cc7af..fcd9d50 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <name>Apache Commons OGNL - Object Graph Navigation Library</name> <description>The Apache Commons OGNL library is a Java development framework for Object-Graph Navigation Language, plus other extras such as list projection and selection and lambda expressions.</description> - <url>http://commons.apache.org/proper/commons-ognl/</url> + <url>http://commons.apache.org/dormant/commons-ognl/</url> <inceptionYear>1997</inceptionYear> <organization> <name>The Apache Software Foundation</name> @@ -166,11 +166,13 @@ limitations under the License. </ciManagement> <distributionManagement> <site> - <id>website</id> - <url>scp://people.apache.org/www/commons.apache.org/ognl/</url> + <id>apache.website</id> + <name>Apache Commons Site</name> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/dormant/commons-ognl/</url> </site> </distributionManagement> + <properties> <commons.encoding>UTF-8</commons.encoding> <commons.componentid>ognl</commons.componentid> @@ -183,6 +185,7 @@ limitations under the License. <animal-sniffer.signature>java18</animal-sniffer.signature> <commons.releaseManagerKey>63AFBB1F</commons.releaseManagerKey> + <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/dormant/commons-ognl</commons.scmPubUrl> </properties> <dependencies>