{"id":16514356,"url":"https://github.com/ingogriebsch/sync-packagejson-version-maven-plugin","last_synced_at":"2025-03-21T08:31:35.453Z","repository":{"id":37986708,"uuid":"408068203","full_name":"ingogriebsch/sync-packagejson-version-maven-plugin","owner":"ingogriebsch","description":"This Maven plugin allows you to synchronize the version of a package.json file with the version of the pom.xml.","archived":false,"fork":false,"pushed_at":"2023-11-01T19:18:26.000Z","size":356,"stargazers_count":5,"open_issues_count":33,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T04:31:53.762Z","etag":null,"topics":["java","maven","maven-plugin","maven-plugins","npm","package-json"],"latest_commit_sha":null,"homepage":"https://sync-packagejson-version-maven-plugin.ingogriebsch.de/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ingogriebsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-19T08:04:28.000Z","updated_at":"2023-06-14T06:35:44.000Z","dependencies_parsed_at":"2024-10-28T10:14:24.507Z","dependency_job_id":"bb50b7ad-b499-4542-bdc8-4a0c8af7b49b","html_url":"https://github.com/ingogriebsch/sync-packagejson-version-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsync-packagejson-version-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsync-packagejson-version-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsync-packagejson-version-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsync-packagejson-version-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ingogriebsch","download_url":"https://codeload.github.com/ingogriebsch/sync-packagejson-version-maven-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244124188,"owners_count":20401685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","maven","maven-plugin","maven-plugins","npm","package-json"],"created_at":"2024-10-11T16:12:21.071Z","updated_at":"2025-03-21T08:31:34.854Z","avatar_url":"https://github.com/ingogriebsch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 'Sync package.json version' Maven plugin\n[![Actions Status](https://github.com/ingogriebsch/sync-packagejson-version-maven-plugin/workflows/build/badge.svg?branch=main)](https://github.com/ingogriebsch/sync-packagejson-version-maven-plugin/actions)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=de.ingogriebsch.maven%3Async-packagejson-version-maven-plugin\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=de.ingogriebsch.maven%3Async-packagejson-version-maven-plugin)\n[![Maven-Central](https://img.shields.io/maven-central/v/de.ingogriebsch.maven/sync-packagejson-version-maven-plugin?color=green)](https://search.maven.org/artifact/de.ingogriebsch.maven/sync-packagejson-version-maven-plugin)\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n\nThis Maven plugin allows you to synchronize the version of a package.json file with the version of the pom.xml.\n\n## Usage\nPlease check section [Usage][sync-packagejson-version-maven-plugin-current-docs-usage] of the documentation to understand how to use this plugin in your project. \nThe RELEASE versions are available through [Maven Central][maven-central]. \nThe latest SNPASHOT version is available through the [Sonatype Snapshots Repository][sonatype-snapshots-repository].\n\n## Documentation\nHere you find the documentation for the latest releases and the current SNAPSHOT version:\n\n| Version | Reference documentation |\n| :---: | :---: |\n| SNAPSHOT | [Reference Doc.][sync-packagejson-version-maven-plugin-current-docs] |\n| 1.3.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.3.0-docs] |\n| 1.2.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.2.0-docs] |\n| 1.1.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.1.0-docs] |\n| 1.0.0 | [Reference Doc.][sync-packagejson-version-maven-plugin-1.0.0-docs] |\n\n## License\nThis code is open source software licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html).\n\n[sync-packagejson-version-maven-plugin-current-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/current/index.html\n[sync-packagejson-version-maven-plugin-current-docs-usage]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/current/index.html#usage\n[sync-packagejson-version-maven-plugin-1.3.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.3.0/index.html\n[sync-packagejson-version-maven-plugin-1.2.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.2.0/index.html\n[sync-packagejson-version-maven-plugin-1.1.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.1.0/index.html\n[sync-packagejson-version-maven-plugin-1.0.0-docs]: https://ingogriebsch.github.io/sync-packagejson-version-maven-plugin/1.0.0/index.html\n[maven-central]: https://search.maven.org/artifact/de.ingogriebsch.maven/sync-packagejson-version-maven-plugin\n[sonatype-snapshots-repository]: https://oss.sonatype.org/content/repositories/snapshots/de/ingogriebsch/maven/sync-packagejson-version-maven-plugin/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fingogriebsch%2Fsync-packagejson-version-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fingogriebsch%2Fsync-packagejson-version-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fingogriebsch%2Fsync-packagejson-version-maven-plugin/lists"}