Skip to content

Commit

Permalink
release plugin 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Feb 15, 2024
1 parent 50d2f8b commit 9e7d244
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/guide/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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
(JKD 17 has also been tested) using a package manager for your OS and
(JDK 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.
in place of the gradle command, and it will handle the downloading and running of the correct gradle version.

The functionality of the tooling is then encapsulated with a gradle plugin which
is configured [in the quickstart instructions](QuickStart.md)
Expand Down
2 changes: 1 addition & 1 deletion models/ivoa/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("net.ivoa.vo-dml.vodmltools") version "0.4.3"
id("net.ivoa.vo-dml.vodmltools") version "0.4.4"
// id ("com.diffplug.spotless") version "5.17.1"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
signing
}
group = "org.javastro.ivoa.vo-dml"
version = "0.5.0"
version = "0.6.0"


dependencies {
Expand Down
3 changes: 2 additions & 1 deletion tools/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
* 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.3 Make work with windows
* 0.4.3 Make work with windows
* 0.4.4 initial contained references support
2 changes: 1 addition & 1 deletion tools/gradletooling/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "net.ivoa.vo-dml"
version = "0.4.3"
version = "0.4.4"

repositories {
mavenLocal() // FIXME remove this when releasing - just here to pick up local vodsl updates
Expand Down
2 changes: 1 addition & 1 deletion tools/gradletooling/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
*
*/
plugins {
id("net.ivoa.vo-dml.vodmltools") version "0.4.3"
id("net.ivoa.vo-dml.vodmltools") version "0.4.4"
// id ("com.diffplug.spotless") version "5.17.1"
id("ru.vyarus.use-python") version "3.0.0"

Expand Down

0 comments on commit 9e7d244

Please sign in to comment.