From cb788d8e9ef07bef9f25cc175e60d41878f8e0d1 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 11 Dec 2021 10:10:44 +0900 Subject: [PATCH] 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 c7c7b25d269..e4f4bf8b496 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 d4a9677b56b..46fe0cb5115 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