{"id":19858600,"url":"https://github.com/nnichols/maven-version-bump-action","last_synced_at":"2025-05-02T02:31:05.789Z","repository":{"id":45185215,"uuid":"327622552","full_name":"nnichols/maven-version-bump-action","owner":"nnichols","description":"A simple GitHub Actions to bump the version of Maven projects","archived":false,"fork":false,"pushed_at":"2024-02-20T16:49:10.000Z","size":16,"stargazers_count":7,"open_issues_count":2,"forks_count":34,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T23:02:22.198Z","etag":null,"topics":["action","clojure","java","maven-pom","pom"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nnichols.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"nnichols"}},"created_at":"2021-01-07T13:38:11.000Z","updated_at":"2024-09-24T09:28:58.000Z","dependencies_parsed_at":"2024-06-20T22:09:34.811Z","dependency_job_id":null,"html_url":"https://github.com/nnichols/maven-version-bump-action","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnichols%2Fmaven-version-bump-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnichols%2Fmaven-version-bump-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnichols%2Fmaven-version-bump-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnichols%2Fmaven-version-bump-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nnichols","download_url":"https://codeload.github.com/nnichols/maven-version-bump-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251972466,"owners_count":21673612,"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":["action","clojure","java","maven-pom","pom"],"created_at":"2024-11-12T14:24:05.168Z","updated_at":"2025-05-02T02:31:03.308Z","avatar_url":"https://github.com/nnichols.png","language":"Shell","funding_links":["https://github.com/sponsors/nnichols"],"categories":[],"sub_categories":[],"readme":"# Maven Version Bump Action\n\nA simple GitHub Actions to bump the version of Maven projects.\n\nWhen triggered, this action will look at the commit message of HEAD~1 and determine if it contains one of `#major`, `#minor`, or `#patch` (in that order of precedence).\nIf true, it will use Maven to bump your pom's version.\n\nYou can override this default behavior by setting a release type, setting type will override the above commit message check.\n\nFor example, a `#minor` update to version `1.3.9` will result in the version changing to `1.4.0`.\nThe change will then be committed.\n\n## Sample Usage\n\n```yaml\nname: Clojure Version Bump\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Checkout Latest Commit\n      uses: actions/checkout@v2\n\n    - name: Bump Version\n      id: bump\n      uses: nnichols/maven-version-bump-action@v3\n      with:\n        github-token: ${{ secrets.github_token }}\n\n    - name: Print Version\n      run: \"echo 'New Version: ${{steps.bump.outputs.version}}'\"\n```\n\n## Supported Arguments\n\n* `github-token`: The only required argument. Can either be the default token, as seen above, or a personal access token with write access to the repository\n* `git-email`: The email address each commit should be associated with. Defaults to a github provided noreply address\n* `git-username`: The GitHub username each commit should be associated with. Defaults to `github-actions[bot]`\n* `type`: This will overide the release type this can  be minor, patch or major. if not set will use comments.\n* `pom-path`: The path within your directory the pom.xml you intended to change is located.\n\n## Outputs\n\n* `version` - The after-bump version. Will return the old version if bump was not necessary.\n\n## Licensing\n\nCopyright © 2021-2022 [Nick Nichols](https://nnichols.github.io/)\n\nDistributed under the [MIT License](https://github.com/nnichols/maven-version-bump-action/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnichols%2Fmaven-version-bump-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnnichols%2Fmaven-version-bump-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnichols%2Fmaven-version-bump-action/lists"}