You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/03/13 12:15:32 UTC

[lucene-solr] branch branch_8x updated: LUCENE-9836: Prevent snapshot checks on Cloudera repo

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new e0599d7  LUCENE-9836: Prevent snapshot checks on Cloudera repo
e0599d7 is described below

commit e0599d7ad9e7880a89cb7c538a0edd1d4673464b
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sat Mar 13 13:15:18 2021 +0100

    LUCENE-9836: Prevent snapshot checks on Cloudera repo
---
 dev-tools/maven/solr/pom.xml.template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/maven/solr/pom.xml.template b/dev-tools/maven/solr/pom.xml.template
index 532b0c4..06e485b 100644
--- a/dev-tools/maven/solr/pom.xml.template
+++ b/dev-tools/maven/solr/pom.xml.template
@@ -79,6 +79,9 @@
       <id>releases.cloudera.com</id>
       <name>Cloudera Releases</name>
       <url>https://repository.cloudera.com/artifactory/libs-release-local/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </repository>
   </repositories>
   <build>