Skip to content

Commit 04b8a4d

Browse files
Zeno Davatzclaude
andcommitted
Release 1.0.2: follow the BAG FHIR export to its new url
Ships e45a289: the SL export moved to /static/sl/publication/fhir/foph-sl-publication-latest-<lang>.ndjson on 24.08.2026 and the old -latest- alias answers 404, which is a run that downloads nothing rather than a crash - so every build since 25.08. was reading frozen prices off the last good copy. The tracked jar is rebuilt for the bump: the deployed hosts run jars/aips2sqlite.jar straight out of the checkout, so a version that is not in the committed jar is a version nobody runs. README's release recipe names the version being cut, so it moves with it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e45a289 commit 04b8a4d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ what actually ships), then push a matching tag:
3030
```
3131
make aips2sqlite
3232
cp build/libs/aips2sqlite.jar jars/aips2sqlite.jar
33-
git commit -am "Release 1.0.1"
34-
git tag v1.0.1 && git push origin master v1.0.1
33+
git commit -am "Release 1.0.2"
34+
git tag v1.0.2 && git push origin master v1.0.2
3535
```
3636

3737
The tag triggers `.github/workflows/release.yml`, which smoke-tests the

jars/aips2sqlite.jar

0 Bytes
Binary file not shown.

src/com/maxl/java/aips2sqlite/CmlOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public class CmlOptions {
2323

2424
// Set by command line options (default values)
25-
public static String APP_VERSION = "1.0.1";
25+
public static String APP_VERSION = "1.0.2";
2626
public static String DB_LANGUAGE = "";
2727
public static boolean SHOW_ERRORS = false;
2828
public static boolean SHOW_LOGS = true;

0 commit comments

Comments
 (0)