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/10/30 23:02:50 UTC

[geode-examples] branch onichols-pivotal-patch-1 created (now afb70bb)

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

onichols pushed a change to branch onichols-pivotal-patch-1
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


      at afb70bb  Update build.gradle

This branch includes the following new commits:

     new afb70bb  Update build.gradle

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.



[geode-examples] 01/01: Update build.gradle

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

onichols pushed a commit to branch onichols-pivotal-patch-1
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit afb70bb3bab6cdfb23fd68ab6d93a7fd84eab154
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Fri Oct 30 16:02:45 2020 -0700

    Update build.gradle
    
    this is bad, I hope someone catches it
---
 lucene/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/build.gradle b/lucene/build.gradle
index d373d3a..7f9caf5 100644
--- a/lucene/build.gradle
+++ b/lucene/build.gradle
@@ -15,5 +15,5 @@
  * limitations under the License.
  */
 dependencies {
-    compile "org.apache.geode:geode-lucene:$geodeVersion"
-}
\ No newline at end of file
+    compile "org.apache.geode:geode-lucene:1.13.0"
+}