You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "HoustonPutman (via GitHub)" <gi...@apache.org> on 2023/04/04 19:13:43 UTC

[GitHub] [solr] HoustonPutman opened a new pull request, #1544: Make it easy to build a non-snapshot version

HoustonPutman opened a new pull request, #1544:
URL: https://github.com/apache/solr/pull/1544

   Maintaining the Jenkins Smoketest jobs at https://builds.apache.org/job/Solr/ are a pain currently.
   
   Anytime a version changes on the branch, the job requires the version to be manually changed twice in the job (and one location is pretty hard to find).
   
   This makes it possible to just use to build a release without `-SNAPSHOT` at the end, which the smoketester requires.
   
   ```
   gradle assembleRelease -Pversion.suffix=""
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

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


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


[GitHub] [solr] HoustonPutman merged pull request #1544: Make it easy to build a non-snapshot version

Posted by "HoustonPutman (via GitHub)" <gi...@apache.org>.
HoustonPutman merged PR #1544:
URL: https://github.com/apache/solr/pull/1544


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

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


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