Commit 648bbd1
authored
refactor: rename databind-metaschema module to databind-modules (#617)
* refactor: rename databind-metaschema module to databind-modules (#588)
Rename the Maven module directory from databind-metaschema to
databind-modules for better clarity. The module contains Metaschema
binding modules, not a metaschema for databind.
- Rename directory databind-metaschema/ to databind-modules/
- Update parent pom.xml module reference
- Update .gitmodules submodule path
- Update module pom.xml SCM URL
- Update all documentation references (CLAUDE.md, .claude rules/skills)
- Update PRD path references
- Update test resource schema path
Note: Maven artifact coordinates (metaschema-databind-modules) and
Java module name (gov.nist.secauto.metaschema.databind.modules)
remain unchanged - only the directory name changes.
Fixes #588
* chore: ignore transient 404 for databind-modules during rename PR1 parent ccaa3df commit 648bbd1
File tree
22 files changed
+13
-11
lines changed- .claude
- rules
- skills
- PRDs
- 20251221-xmlbeans-removal
- 20251224-codegen-quality
- databind-modules
- .settings
- src
- main
- java
- gov/nist/secauto/metaschema/modules/sarif
- metaschema-bindings
- site
- markdown
- test/java/gov/nist/secauto/metaschema/modules/sarif
- databind/src/test/resources/content
22 files changed
+13
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
File renamed without changes.
0 commit comments