An open API service indexing awesome lists of open source software.

https://github.com/jenkinsci/change-assembly-version-plugin


https://github.com/jenkinsci/change-assembly-version-plugin

adopt-this-plugin

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# change-assembly-version-plugin

This plug-in tries to change specific line(s) in file(s). The effect is to change the assembly version.

Specifically, it will try to find the file `FileName` and inside that file look for strings matching the `RegexPattern`, replacing it with the actual current build number, as specified by `ReplacementPattern`.