Skip to content

Commit 5fda53c

Browse files
jeffreyameyerclaude
andcommitted
Bump smoke default to v0.3.1
The daily smoke workflow has been resolving the deliberately-old 0.2.0 artefact since it was first wired up. That's still useful ('the oldest released version stays resolvable on Maven Central') but the more useful regression check is against the latest release. Bump the in-build.xml default from 0.2.0 to 0.3.1, with an inline comment noting that the bump should happen in the same commit that tags a new release. The override (-Dedtf.version=) still works for ad-hoc runs against historical versions if you ever need to verify a specific older release. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f1091f3 commit 5fda53c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

smoke/build.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<project name="edtf-java-smoke" basedir="." default="test"
1010
xmlns:ivy="antlib:org.apache.ivy.ant">
1111

12-
<!-- Library version under test. Override with -Dedtf.version=X.Y.Z. -->
13-
<property name="edtf.version" value="0.2.0"/>
12+
<!-- Library version under test. Override with -Dedtf.version=X.Y.Z.
13+
Bump this in the same commit that tags a new release so the
14+
daily smoke run always exercises the latest published artefact. -->
15+
<property name="edtf.version" value="0.3.1"/>
1416

1517
<property name="lib.dir" value="lib"/>
1618
<property name="build.dir" value="build"/>

0 commit comments

Comments
 (0)