Comment on page
8.5.2 Release (2023-09-22)
- org.openrewrite.maven.IncrementProjectVersion: Increase Maven project version by incrementing either the major, minor, or patch version as defined by semver. Other versioning schemes are not supported.
- Old Options:
artifactId: { type: String, required: true }
configuration: { type: String, required: false }
dependencies: { type: String, required: false }
executions: { type: String, required: false }
groupId: { type: String, required: true }
version: { type: String, required: true }
- New Options:
artifactId: { type: String, required: true }
configuration: { type: String, required: false }
dependencies: { type: String, required: false }
executions: { type: String, required: false }
filePattern: { type: String, required: false }
groupId: { type: String, required: true }
version: { type: String, required: false }
Last modified 2mo ago