Skip to content

Commit

Permalink
plugin 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Apr 8, 2024
1 parent 3f14bbb commit 5af6158
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.4.4"
id("net.ivoa.vo-dml.vodmltools") version "0.4.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: 2 additions & 2 deletions 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.6.0"
version = "0.6.1"


dependencies {
Expand All @@ -19,7 +19,7 @@ dependencies {
implementation("org.hibernate.orm:hibernate-core:6.2.7.Final")

implementation("org.slf4j:slf4j-api:1.7.36")
api("org.javastro:jaxbjpa-utils:0.2.0")
api("org.javastro:jaxbjpa-utils:0.2.1")
compileOnly("org.junit.jupiter:junit-jupiter-api:5.9.2")// have put the base test classes in the runtime main - naughty, but easier to make everything work without changing dependencies


Expand Down
6 changes: 5 additions & 1 deletion tools/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
* 0.4.2 Update the vodsl support to 0.4.6
* 0.4.3 Make work with windows
* 0.4.4 initial contained references support
* 0.4.5 New binding customizations - length and isAttribute
* 0.4.5
* New binding customizations - length and isAttribute
* new XML Schema generation
* xml id handling includes vodmlid
* take into account packages.
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.4"
version = "0.4.5"

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.4"
id("net.ivoa.vo-dml.vodmltools") version "0.4.5"
// id ("com.diffplug.spotless") version "5.17.1"
id("ru.vyarus.use-python") version "3.0.0"

Expand Down

0 comments on commit 5af6158

Please sign in to comment.