mirror of https://github.com/apache/lucene.git
LUCENE-10305: Ensure line endings of versions.props is LF
This commit is contained in:
parent
b2b52ca92a
commit
cb788d8e9e
|
@ -1,5 +1,6 @@
|
||||||
# Ignore all differences in line endings for the lock file.
|
# Ignore all differences in line endings for the lock file.
|
||||||
versions.lock text eol=lf
|
versions.lock text eol=lf
|
||||||
|
versions.props text eol=lf
|
||||||
|
|
||||||
# Gradle files are always in LF.
|
# Gradle files are always in LF.
|
||||||
*.gradle text eol=lf
|
*.gradle text eol=lf
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
com.carrotsearch.randomizedtesting:*=2.7.6
|
com.carrotsearch.randomizedtesting:*=2.7.6
|
||||||
com.carrotsearch:hppc=0.9.0
|
com.carrotsearch:hppc=0.9.0
|
||||||
com.google.errorprone:*=2.4.0
|
com.google.errorprone:*=2.4.0
|
||||||
com.ibm.icu:icu4j=70.1
|
com.ibm.icu:icu4j=70.1
|
||||||
commons-codec:commons-codec=1.13
|
commons-codec:commons-codec=1.13
|
||||||
io.sgr:s2-geometry-library-java=1.0.0
|
io.sgr:s2-geometry-library-java=1.0.0
|
||||||
javax.servlet:javax.servlet-api=3.1.0
|
javax.servlet:javax.servlet-api=3.1.0
|
||||||
junit:junit=4.13.1
|
junit:junit=4.13.1
|
||||||
net.sourceforge.nekohtml:nekohtml=1.9.17
|
net.sourceforge.nekohtml:nekohtml=1.9.17
|
||||||
org.antlr:antlr4*=4.5.1-1
|
org.antlr:antlr4*=4.5.1-1
|
||||||
org.apache.commons:commons-compress=1.19
|
org.apache.commons:commons-compress=1.19
|
||||||
org.apache.httpcomponents:httpclient=4.5.13
|
org.apache.httpcomponents:httpclient=4.5.13
|
||||||
org.apache.logging.log4j:*=2.13.2
|
org.apache.logging.log4j:*=2.13.2
|
||||||
org.apache.opennlp:opennlp-tools=1.9.1
|
org.apache.opennlp:opennlp-tools=1.9.1
|
||||||
org.carrot2:morfologik-*=2.1.8
|
org.carrot2:morfologik-*=2.1.8
|
||||||
org.eclipse.jetty:*=9.4.41.v20210516
|
org.eclipse.jetty:*=9.4.41.v20210516
|
||||||
org.hamcrest:*=2.2
|
org.hamcrest:*=2.2
|
||||||
org.locationtech.jts:jts-core=1.17.0
|
org.locationtech.jts:jts-core=1.17.0
|
||||||
org.locationtech.spatial4j:*=0.8
|
org.locationtech.spatial4j:*=0.8
|
||||||
org.ow2.asm:*=7.2
|
org.ow2.asm:*=7.2
|
||||||
ua.net.nlp:morfologik-ukrainian-search=4.9.1
|
ua.net.nlp:morfologik-ukrainian-search=4.9.1
|
||||||
xerces:xercesImpl=2.12.0
|
xerces:xercesImpl=2.12.0
|
||||||
|
|
Loading…
Reference in New Issue