Skip to content

Commit

Permalink
publish 0.5.4 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Jul 22, 2024
1 parent a490ef6 commit 2af85ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.5.3"
id("net.ivoa.vo-dml.vodmltools") version "0.5.4"
// id ("com.diffplug.spotless") version "5.17.1"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
Expand Down
4 changes: 4 additions & 0 deletions tools/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@
* support aggregation of references - by a join table
* improve mkdocs site generation
* fix Java bug where dtype hierarchies not having all members saved as embeddable in database.
* 0.5.4
* add imported models to the generated site documentation
* add link hover tips to the site docs
* add multiplicities to site diagrams (but not working in Safari on MacOS - see https://github.com/ivoa/vo-dml/issues/52)
4 changes: 2 additions & 2 deletions tools/gradletooling/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ plugins {
`java-gradle-plugin`

// Apply the Kotlin JVM plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.8.22"
id("org.jetbrains.kotlin.jvm") version "1.9.23"
`maven-publish`
id("com.gradle.plugin-publish") version "1.1.0"
}

group = "net.ivoa.vo-dml"
version = "0.5.3"
version = "0.5.4"

repositories {
mavenLocal() // FIXME remove this when releasing - just here to pick up local vodsl updates
Expand Down

0 comments on commit 2af85ff

Please sign in to comment.