Skip to content

Commit 4b7d8b8

Browse files
committed
update to VO-DML tools 0.5.21
and change the default place to look for snapshots
1 parent 8607ba3 commit 4b7d8b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// this plugin provides all the vo-dml functionality
3-
id("net.ivoa.vo-dml.vodmltools") version "0.5.20"
3+
id("net.ivoa.vo-dml.vodmltools") version "0.5.21"
44
}
55

66
vodml {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencyResolutionManagement {
99
will not be necessary when this library is released as a non-SNAPSHOT version.
1010
*/
1111
maven {
12-
url= uri("https://oss.sonatype.org/content/repositories/snapshots/")
12+
url= uri("https://central.sonatype.com/repository/maven-snapshots/")
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)