Github user sarowe commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/187#discussion_r111573637
--- Diff: lucene/analysis/morfologik/ivy.xml ---
@@ -25,6 +25,7 @@
<dependency org="org.carrot2" name="morfologik-polish"
rev="${/org.carrot2/morfologik-polish}" conf="compile"/>
<dependency org="org.carrot2" name="morfologik-fsa"
rev="${/org.carrot2/morfologik-fsa}" conf="compile"/>
<dependency org="org.carrot2" name="morfologik-stemming"
rev="${/org.carrot2/morfologik-stemming}" conf="compile"/>
+ <dependency org="ua.net.nlp" name="morfologik-ukrainian-search"
rev="${ua.net.nlp.morfologik-ukrainian-search.version}" conf="compile"/>
--- End diff --
The `rev` attribute value has to be of the form `"${/org/name}"` - this
will not pass precommit. You have to make such an entry in
`ivy-versions.properties` - look at all the other examples there.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]