1.1.0 • Published 6 years ago

sync-pom-version v1.1.0

Weekly downloads
200
License
MIT
Repository
github
Last release
6 years ago

sync-pom-version

A small package to sync the package.json version with the pom.xml one (i.e. to be used with maven-release-plugin).

Installation

$ npm i --save sync-pom-version

Usage

In your package.json:

{
  "scripts": {
    "postinstall": "sync-pom-version <path-to-pom>"
  }
}

Or as a global package:

$ npm i -g sync-pom-version
$ sync-pom-version <path-to-pom> <path-to-package-json>
1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

2.1.2-SNAPSHOT

7 years ago