uschindler commented on pull request #148:
URL: https://github.com/apache/solr/pull/148#issuecomment-848109056


   > Just a thought-- perhaps SNAPSHOT dependencies should simply never be in 
versions.lock? And if we do these Lucene releases with -SNAPSHOT suffix, it'd 
be less files to change. On the other hand, changing something is perhaps the 
point -- to make the specific version visible and perhaps make git bisect and 
other things work better / repeatably.
   
   `SNAPSHOT` is a special term in Maven and is handled specifically, so never 
use SNAPSHOT unless it is a real maven snapshot.
   
   We have to change both files, also the version locks file. If we just change 
the URL of the repository and have a static version with a fixed name, Gradle 
will never try to download it.
   
   So the prerelease MUST have a different name (in our case the Jenkisn 
build). The repository also contains the build number, but this is just a 
worksaround because we can't merge or deploy a new artifact to an existing 
repository with the current setup. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to