Skip to content

Commit 5d9b934

Browse files
committed
update to version 0.9
reflects increased confidence that this is a good representation/implementation
1 parent 7bf8b7c commit 5d9b934

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ReadMe.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ The database serialization of this model matches the description of the [TAP sch
1111

1212
The [vodml tooling](https://github.com/ivoa/vo-dml) will produce TAP schema instances (serialized as XML) automatically for each model. This schema can be read with the `TAPSchema()` method for the model class. The schema instance then then be instantiated using this model - the [TAPSchemaSelfTest.selfReadTest()](https://github.com/ivoa/TAPSchemaDM/blob/3ba4f3bbff0a4c8edc7f0a94b365447f2e94f9bc/src/test/java/org/ivoa/tap/schema/TAPSchemaSelfTest.java#L40) method shows this being done on the TAP schema for the TAP schema DM itself!
1313

14-
Note - https://github.com/gmantele/vollt/blob/master/examples/tap/tap_schema/tap_schema_1.0.sql

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.javastro.ivoa.dm"
10-
version = "0.2.1"
10+
version = "0.9.0"
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)