1.0.1 • Published 2 years ago

standard-version-maven v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Standard-Version Maven Updater

A Maven POM updater for standard-version.

Usage

npm install --save-dev standard-version-maven
module.exports = {
  bumpFiles: [
    {
      filename: 'pom.xml',
      updater:
        './node_modules/standard-version-maven/index.js'
    }
  ]
};

Limitations

  • Version must not be specified using interpolation
  • The updater will not work for multi-module projects out-of-the box, you will need to apply this updater on each pom file in your bump/package Files.

Keep an eye on this PR for additional Maven support.