You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2020/08/28 14:13:23 UTC

[lucene-solr] branch master updated: LUCENE-9475: Enhance the Gradle build as necessary after removing Ant support

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

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


The following commit(s) were added to refs/heads/master by this push:
     new da8ea70  LUCENE-9475: Enhance the Gradle build as necessary after removing Ant support
da8ea70 is described below

commit da8ea70682669ca3045f9a6ec26b0d1f6b7837e2
Author: Erick Erickson <Er...@gmail.com>
AuthorDate: Fri Aug 28 10:13:13 2020 -0400

    LUCENE-9475: Enhance the Gradle build as necessary after removing Ant support
---
 lucene/version.properties | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/lucene/version.properties b/lucene/version.properties
deleted file mode 100644
index a00b086..0000000
--- a/lucene/version.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file contains some version properties as used by various build files.
-
-# RELEASE MANAGER must change this file after creating a release and
-# enter new base version (format "x.y.z", no prefix/appendix): 
-version.base=9.0.0
-
-# Other version property defaults, don't change:
-version.suffix=SNAPSHOT
-version=${version.base}-${version.suffix}
-spec.version=${version.base}