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

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new d459da608 NO-JIRA fix Artemis release doc update script
d459da608 is described below

commit d459da608f0ca2ae060eee25f18bb2bcba8c97b9
Author: Justin Bertram <[email protected]>
AuthorDate: Fri Jul 18 10:57:46 2025 -0500

    NO-JIRA fix Artemis release doc update script
    
    Commit 9638a6a in the maven-javadoc-plugin project changed the location
    of the "apidocs" folder. Artemis picked up this change via ARTEMIS-5352.
---
 scripts/release/update-artemis-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/release/update-artemis-docs.sh 
b/scripts/release/update-artemis-docs.sh
index 970d5d1f5..33d156cbc 100755
--- a/scripts/release/update-artemis-docs.sh
+++ b/scripts/release/update-artemis-docs.sh
@@ -67,7 +67,7 @@ 
PRIOR_DOCS=$WEBSITE_DIR/src/components/artemis/documentation/$PRIOR_VERSION/
 
 
LATEST_JAVADOCS=$WEBSITE_DIR/src/components/artemis/documentation/javadocs/javadoc-latest/
 NEW_DOCS=$RELEASE_DIR/artemis-website/target/classes/user-manual/
-NEW_JAVADOCS=$RELEASE_DIR/artemis-website/target/apidocs/
+NEW_JAVADOCS=$RELEASE_DIR/artemis-website/target/reports/apidocs/
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to