From cab15c2026c20fcb7d5a80ecd5cc076d7c5fc5f5 Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Mon, 9 Feb 2026 22:44:55 -0500 Subject: [PATCH] chore: update to metaschema-java 3.0.0-SNAPSHOT and ignore Claude temp files Update metaschema-framework dependency to 3.0.0-SNAPSHOT for ongoing development. Add tmpclaude-*-cwd pattern to .gitignore. --- .gitignore | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6b4177f3..d1b3bd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ velocity.log* # Claude CLAUDE.local.md .claude/settings.local.json +tmpclaude-*-cwd # Git worktrees .worktrees/ diff --git a/pom.xml b/pom.xml index c4a1197e..4d238edc 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ UTF-8 UTF-8 - 3.0.0.M2 + 3.0.0-SNAPSHOT 3.20.0 2.13.1