This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 4b9e89b1 Use correct examples profile 4b9e89b1 is described below commit 4b9e89b161933ffdfb03321b33ed4752619e662f Author: Alex Herbert <aherb...@apache.org> AuthorDate: Tue Jun 25 14:48:15 2024 +0100 Use correct examples profile --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2c0ddedb..a1af0f42 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,5 +49,5 @@ jobs: # Here we run the build and javadoc generation separately (which requires install of sources) if: matrix.java > 8 run: | - mvn --show-version --batch-mode --no-transfer-progress -P commons-numbers-examples clean install -Dmaven.javadoc.skip - mvn --show-version --batch-mode --no-transfer-progress -P commons-numbers-examples javadoc:javadoc + mvn --show-version --batch-mode --no-transfer-progress -P commons-rng-examples clean install -Dmaven.javadoc.skip + mvn --show-version --batch-mode --no-transfer-progress -P commons-rng-examples javadoc:javadoc