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

[lucene] branch branch_9x updated: LUCENE-10305: Ensure line endings of versions.props is LF

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

tomoko pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new f046b59  LUCENE-10305: Ensure line endings of versions.props is LF
f046b59 is described below

commit f046b59a5bf4d513932093d8fcafb719d6469988
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Sat Dec 11 10:10:44 2021 +0900

    LUCENE-10305: Ensure line endings of versions.props is LF
---
 .gitattributes |  1 +
 versions.props | 44 ++++++++++++++++++++++----------------------
 2 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index c7c7b25..e4f4bf8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,6 @@
 # Ignore all differences in line endings for the lock file.
 versions.lock text eol=lf
+versions.props text eol=lf
 
 # Gradle files are always in LF.
 *.gradle          text eol=lf
diff --git a/versions.props b/versions.props
index d4a9677..46fe0cb 100644
--- a/versions.props
+++ b/versions.props
@@ -1,22 +1,22 @@
-com.carrotsearch.randomizedtesting:*=2.7.6
-com.carrotsearch:hppc=0.9.0
-com.google.errorprone:*=2.4.0
-com.ibm.icu:icu4j=70.1
-commons-codec:commons-codec=1.13
-io.sgr:s2-geometry-library-java=1.0.0
-javax.servlet:javax.servlet-api=3.1.0
-junit:junit=4.13.1
-net.sourceforge.nekohtml:nekohtml=1.9.17
-org.antlr:antlr4*=4.5.1-1
-org.apache.commons:commons-compress=1.19
-org.apache.httpcomponents:httpclient=4.5.13
-org.apache.logging.log4j:*=2.13.2
-org.apache.opennlp:opennlp-tools=1.9.1
-org.carrot2:morfologik-*=2.1.8
-org.eclipse.jetty:*=9.4.41.v20210516
-org.hamcrest:*=2.2
-org.locationtech.jts:jts-core=1.17.0
-org.locationtech.spatial4j:*=0.8
-org.ow2.asm:*=7.2
-ua.net.nlp:morfologik-ukrainian-search=4.9.1
-xerces:xercesImpl=2.12.0
+com.carrotsearch.randomizedtesting:*=2.7.6
+com.carrotsearch:hppc=0.9.0
+com.google.errorprone:*=2.4.0
+com.ibm.icu:icu4j=70.1
+commons-codec:commons-codec=1.13
+io.sgr:s2-geometry-library-java=1.0.0
+javax.servlet:javax.servlet-api=3.1.0
+junit:junit=4.13.1
+net.sourceforge.nekohtml:nekohtml=1.9.17
+org.antlr:antlr4*=4.5.1-1
+org.apache.commons:commons-compress=1.19
+org.apache.httpcomponents:httpclient=4.5.13
+org.apache.logging.log4j:*=2.13.2
+org.apache.opennlp:opennlp-tools=1.9.1
+org.carrot2:morfologik-*=2.1.8
+org.eclipse.jetty:*=9.4.41.v20210516
+org.hamcrest:*=2.2
+org.locationtech.jts:jts-core=1.17.0
+org.locationtech.spatial4j:*=0.8
+org.ow2.asm:*=7.2
+ua.net.nlp:morfologik-ukrainian-search=4.9.1
+xerces:xercesImpl=2.12.0