File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Significant changes since 0.1.0
22
3- 1.4.1 2026-02-19
3+ 1.4.2 2026-02-25
44
55- feature: Add ` OtherReferences ` field when building Dataset
6+ - change: Fixed groupId to lowercase in ` build.gradle `
67
781.4.0 2026-02-19
89
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
44
55apply plugin : ' java'
66
7- group = ' com.github.IQSS '
7+ group = ' com.github.iqss '
88sourceCompatibility = 1.8
9- version = ' v1.4.1 '
9+ version = ' v1.4.2 '
1010def springVersion= ' 5.3.24'
1111def jacksonVersion= ' 2.20.0'
1212def jacksonAnnotationsVersion= ' 2.20'
@@ -96,7 +96,7 @@ task listJars {
9696publishing {
9797 publications {
9898 maven(MavenPublication ) {
99- groupId = ' com.github.IQSS '
99+ groupId = ' com.github.iqss '
100100 artifactId = ' dataverse-client-java'
101101
102102 from components. java
You can’t perform that action at this time.
0 commit comments