@@ -248,12 +250,12 @@ function QuickStartSection() {
org.quickfixj
quickfixj-core
- 3.0.0
+ ${version}
org.quickfixj
quickfixj-messages-fix44
- 3.0.0
+ ${version}
`}
From 2d193c18e6b38d4c9a5be78902411a2926db6d5b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 13 May 2026 08:39:35 +0000
Subject: [PATCH 2/3] revert: remove nightly schedule trigger from deploy.yml
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/56b37b77-8804-4b8b-9c60-bd57df8fb78b
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
---
.github/workflows/deploy.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 90fa1c4..63487f0 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -5,9 +5,6 @@ on:
branches:
- main
- master
- # Rebuild nightly so the latest QuickFIX/J release version is always reflected
- schedule:
- - cron: '0 3 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
From cff55172d7348051478426f4689db145823500f5 Mon Sep 17 00:00:00 2001
From: Christoph John