digitaltoolsmanufactory/Bump Maven Project Version
Bumps the version of a (nested) Maven project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bumpType | The type of version bump that should be performed: Must be one of the following: 'major', 'minor', or 'patch'. | yes | minor |
| pomFiles | The paths (whitespace separated list) of the parent POM files that should be considered. | yes | pom.xml |
Outputs
| name | description |
|---|---|
| old_version | The old Maven version. This is defined ONLY if all projects had the exact same version. |
| new_version | The new Maven version. This is defined ONLY if all projects have the exact same version. |