Skip to content

Commit 44c5fee

Browse files
committed
release 0.7.2
1 parent 13c2001 commit 44c5fee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

buildSrc/src/main/groovy/datafusion.java-conventions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'io.github.datafusion-contrib'
6-
version = '0.7.1-SNAPSHOT'
6+
version = '0.7.1'
77

88
repositories {
99
mavenCentral()

datafusion-java/build.gradle

+12
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ publishing {
8383
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
8484
}
8585
}
86+
developers {
87+
developer {
88+
id = 'dev'
89+
name = 'Apache Arrow Developers'
90+
91+
}
92+
}
93+
scm {
94+
connection = 'scm:git:[email protected]:datafusion-contrib/datafusion-java.git'
95+
developerConnection = 'scm:git:https://github.com/datafusion-contrib/datafusion-java.git'
96+
url = 'https://github.com/datafusion-contrib/datafusion-java'
97+
}
8698
}
8799
}
88100
} else {

0 commit comments

Comments
 (0)