diff --git a/java/pom.xml b/java/pom.xml index 57f282c6c553a..5a8b4fdd05e3d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -51,9 +51,8 @@ - scm:git:https://github.com/apache/arrow.git - scm:git:https://github.com/apache/arrow.git - https://github.com/apache/arrow + https://github.com/jinchengchenghh/arrow + scm:git:https://github.com/jinchengchenghh/arrow apache-arrow-2.0.0 @@ -1294,6 +1293,66 @@ + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://s01.oss.sonatype.org/ + ossrh + true + + + + + + + + intel + Chengcheng Jin + chengcheng.jin@intel.com + Intel + America/Los_Angeles + + + + + + The Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + +