Skip to content

Commit 9e8a242

Browse files
committed
0.9.4 release
1 parent 1c12aaf commit 9e8a242

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TAPSchemaDM
22
===========
33

4-
This is the TAP schema defined using VO-DML and created with the VO-DML tools. Read the [tapschema model documentation](https://ivoa.github.io/TAPSchemaDM/) for full instructions on use.
4+
This is the TAP schema defined using VO-DML and created with the VO-DML tools. Read the [tapschema model documentation](https://ivoa.github.io/TAPSchemaDM/) for full instructions on use. This is the actual data model that the [VO-DML tools]()
55

66
The database serialization of this model matches the description of the [TAP schema in the TAP Standard](https://www.ivoa.net/documents/TAP/20190927/REC-TAP-1.1.html#tth_sEc4).
77

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
2-
id("net.ivoa.vo-dml.vodmltools") version "0.5.24"
2+
id("net.ivoa.vo-dml.vodmltools") version "0.5.25"
33
id("com.diffplug.spotless") version "6.25.0"
44
`maven-publish`
55
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
66
signing
77
}
88

99
group = "org.javastro.ivoa.dm"
10-
version = "0.9.3"
10+
version = "0.9.4"
1111

1212
vodml {
1313
outputSiteDir.set(layout.projectDirectory.dir("doc/site/generated")) // N.B the last part of this path must be "generated"

0 commit comments

Comments
 (0)