Skip to content

Commit 1a031e8

Browse files
committed
update to 0.5.29 gradle plugin release
1 parent af026d4 commit 1a031e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// this plugin provides all the vo-dml functionality
3-
id("net.ivoa.vo-dml.vodmltools") version "0.5.28"
3+
id("net.ivoa.vo-dml.vodmltools") version "0.5.29"
44
// id("org.kordamp.gradle.jandex") version "1.1.0"
55
}
66

doc/site/schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The schema for the model instance serializations can be found below
55

66
* [XML](generated/schema/TemplateDM-v1.vo-dml.xsd){:download=TemplateDM-v1.vo-dml.xsd}
77
* [JSON](generated/schema/TemplateDM-v1.vo-dml.json){:download=TemplateDM-v1.vo-dml.json}
8+
* [OpenAPI](generated/schema/TemplateDM-v1.vo-dml.yaml){:download=TemplateDM-v1.vo-dml.yaml}
89
* [TAPSchema](generated/schema/TemplateDM-v1.vo-dml.tap.xml){:download=TemplateDM-v1.vo-dml.tap.xml}
910

1011
## TAPSchema ER Diagram

0 commit comments

Comments
 (0)