You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/12/09 20:09:18 UTC

[geode] branch support/1.12 updated (d298595 -> 06ac246)

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

onichols pushed a change to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from d298595  GEODE-8764: Lucene Functions should request data read permission only on the specified region (#5809)
     add 15f16da  GEODE-8774: Bump jackson-databind from 2.10.0 to 2.10.5.1
     new 06ac246  GEODE-8660: Remove mavenLocal from build.gradle. (#5675)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boms/geode-all-bom/src/test/resources/expected-pom.xml            | 8 ++++----
 build.gradle                                                      | 1 -
 .../org/apache/geode/gradle/plugins/DependencyConstraints.groovy  | 7 +++++--
 geode-assembly/src/integrationTest/resources/assembly_content.txt | 6 +++---
 .../src/integrationTest/resources/dependency_classpath.txt        | 6 +++---
 5 files changed, 15 insertions(+), 13 deletions(-)


[geode] 01/01: GEODE-8660: Remove mavenLocal from build.gradle. (#5675)

Posted by on...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 06ac246c2d8374381d8b337e63dbdfb58f02cf31
Author: Udo Kohlmeyer <ko...@users.noreply.github.com>
AuthorDate: Wed Oct 28 06:09:55 2020 +1100

    GEODE-8660: Remove mavenLocal from build.gradle. (#5675)
    
    (cherry picked from commit 5312335b532ff34778b3015db068d64d0bd2cb72)
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 67fdec4..24011dc 100755
--- a/build.gradle
+++ b/build.gradle
@@ -63,7 +63,6 @@ allprojects {
   }
 
   repositories {
-    mavenLocal()
     mavenCentral()
     maven { url "https://repo.spring.io/release" }
   }