Hi all, I'd like to call a vote to release the Apache DataFu 1.3.0 (incubating) archives to maven. I've created a staging repository from the 1.3.0 source release in Apache's Nexus Repository (https://repository.apache.org), which you can access at:
https://repository.apache.org/content/repositories/orgapachedatafu-1001 Please verify and test the artifacts from the staging repository. The files can be downloaded directly using your browser if you like. Or you can build against the repo (see notes below). [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove (and reason why) The vote will be open for 72 hours (ends on 12/6 1:30 pm PST). My vote: +1 Thanks, Matt P.S. You can also build against this repository. For example, if you have a Gradle project, add the URL to the repositories: repositories { mavenCentral() maven { url ' https://repository.apache.org/content/repositories/orgapachedatafu-1001' } } You can then depend on the archives like this: dependencies { compile "org.apache.datafu:datafu-pig-incubating:1.3.0" compile "org.apache.datafu:datafu-hourglass-incubating:1.3.0" }