standard-version-maven

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i standard-version-maven

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

6 kB

Total Files

7

Last publish

Collaborators

  • tobi6112