Skip to content

twobiers/standard-version-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published