This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch looker in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 4485b9eb6b7901269beeb00abb72362b30db70af Author: Julian Hyde <[email protected]> AuthorDate: Fri Sep 20 10:56:10 2019 -0700 Looker private repo --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 198ece2..85277b2 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,14 @@ limitations under the License. </mailingList> </mailingLists> + <distributionManagement> + <repository> + <id>nexus</id> + <name>Looker Release Repository</name> + <url>https://nexusrepo.looker.com/repository/maven-releases/</url> + </repository> + </distributionManagement> + <properties> <!-- Ensure that source and target version are overridden from base ASF POM. This is also used by forbiddenapis to ensure correct signatures are loaded. -->
