You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/02/19 02:36:28 UTC

[lucene-solr] branch reference_impl_dev updated: @1352 Don't hard code the version here currently, just build with override.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 1e2c013  @1352 Don't hard code the version here currently, just build with override.
1e2c013 is described below

commit 1e2c013af4693f3a96cbd1ff1e214c220245e72e
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Thu Feb 18 20:35:43 2021 -0600

    @1352 Don't hard code the version here currently, just build with override.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 9652ef8..ada78df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ apply from: file('gradle/defaults.gradle')
 // Calculate project version:
 version = {
   // Release manager: update base version here after release:
-  String baseVersion = '10.0.0'
+  String baseVersion = '9.0.0'
 
   // On a release explicitly set release version in one go:
   //  -Dversion.release=x.y.z