Skip to content

Commit

Permalink
release plugin version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Jul 26, 2024
1 parent 8a970bd commit ff522ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.4"
id("net.ivoa.vo-dml.vodmltools") version "0.5.5"
// 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: 3 additions & 1 deletion tools/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@
* 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)
* add multiplicities to site diagrams (but not working in Safari on MacOS - see https://github.com/ivoa/vo-dml/issues/52)
* 0.5.5
* allow binding to specify eager fetching for JPA
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.5.4"
version = "0.5.5"

repositories {
mavenLocal() // FIXME remove this when releasing - just here to pick up local vodsl updates
Expand Down
3 changes: 1 addition & 2 deletions 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.5.4"
id("net.ivoa.vo-dml.vodmltools") version "0.5.5"
id("com.diffplug.spotless") version "6.25.0"
id("ru.vyarus.use-python") version "4.0.0"

Expand Down Expand Up @@ -96,7 +96,6 @@ dependencies {
testImplementation("com.h2database:h2:2.1.214") // try out h2
// testImplementation("org.apache.derby:derby:10.14.2.0")
compileOnly("com.google.googlejavaformat:google-java-format:1.22.0")

}

python {
Expand Down

0 comments on commit ff522ff

Please sign in to comment.