Skip to content

Commit

Permalink
prepare for release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Feb 8, 2024
1 parent 0b3bfd8 commit 519f213
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/guide/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

The VO-DML tooling is based around [gradle](https://gradle.org) (currently version 8) which itself
is based on Java. It is recommended that a minimum of JDK 11 is installed
(to be compatible with other tools) using a package manager for your OS and
(JKD 17 has also been tested) using a package manager for your OS and
similarly use a package manager for gradle installation. Although if you are working
with a repository that already has a `gradelw` file at the top level, then that can be used
in place of the gradle command, and it will handle the downloading an running of the correct gradle version.
Expand Down
3 changes: 2 additions & 1 deletion tools/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
* 0.3.24 improved python generation - removed join tables.
* 0.4.0 move to jakarta namespace
* 0.4.1 Improved list API
* 0.4.2 Update the vodsl support to 0.4.6
* 0.4.2 Update the vodsl support to 0.4.6
* 0.4.3 Make work with windows
3 changes: 2 additions & 1 deletion tools/gradletooling/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ VODML Tooling TODO
* different serializations of VO-DML itself (json top of list)
* allow attributes to be
* Anything that might help in mapping to OPENAPI
* idea of a "view" - eg. jobsummary in uws

* STC
* epoch - not really defined as something that is used properly
Expand All @@ -44,7 +45,7 @@ VODML Tooling TODO
# gradle plugin

* ~~get binding files from dependent jars~~
* write a usage note
* ~~write a usage note~~
* ~~publish in gradle repository~~
* ~~can remove all the ant stuff - including the libs and schematron dirs~~
* generate python
Expand Down

0 comments on commit 519f213

Please sign in to comment.