From 8dfab4244382d0fca70daec4825c934dc5be192d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Dec 2024 22:47:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Setting=20SNAPSHOT=20version=205?= =?UTF-8?q?.3.3-SNAPSHOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ action.yml | 2 +- github_action/lockfile.json | 2 +- github_action/pom.xml | 4 ++-- lockfile.json | 2 +- maven_plugin/lockfile.json | 2 +- maven_plugin/pom.xml | 4 ++-- pom.xml | 4 ++-- 8 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bce821..9b2a09f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1608,3 +1608,18 @@ We'd like to thank the following people for their contributions: We'd like to thank the following people for their contributions: - Elias Lundell ([@LogFlames](https://github.com/LogFlames)) - LogFlames ([@LogFlames](https://github.com/LogFlames)) + +# 5.3.2 +## Changelog + +## 🐛 Fixed +- 984e633 💚 fix ci: Use JRELEASER_GITHUB_TOKEN with admin permissions for push (#1038) + +## 🏁 Release +- 90fcf8e 🔖 Releasing version 5.3.2 +- 1cfd96e 🔖 Setting SNAPSHOT version 5.3.2-SNAPSHOT + + +## Contributors +We'd like to thank the following people for their contributions: +- Elias Lundell ([@LogFlames](https://github.com/LogFlames)) diff --git a/action.yml b/action.yml index e7c12b3c..f33e292b 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ runs: run: echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV shell: bash - id: action - run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.2 + run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.3-SNAPSHOT shell: bash env: JSON_INPUTS: ${{ toJSON(inputs) }} diff --git a/github_action/lockfile.json b/github_action/lockfile.json index 8db8514a..4a49675f 100644 --- a/github_action/lockfile.json +++ b/github_action/lockfile.json @@ -1,7 +1,7 @@ { "artifactId": "maven-lockfile-github-action", "groupId": "io.github.chains-project", - "version": "5.3.2", + "version": "5.3.3-SNAPSHOT", "lockFileVersion": 1, "dependencies": [ { diff --git a/github_action/pom.xml b/github_action/pom.xml index 57d43bf5..6f976c83 100644 --- a/github_action/pom.xml +++ b/github_action/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.3.2 + 5.3.3-SNAPSHOT ../ io.github.chains-project maven-lockfile-github-action - 5.3.2 + 5.3.3-SNAPSHOT maven-lockfile-github-action This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow. https://github.com/chains-project/maven-lockfile diff --git a/lockfile.json b/lockfile.json index 4bd299ee..d982952c 100644 --- a/lockfile.json +++ b/lockfile.json @@ -1,7 +1,7 @@ { "artifactId": "maven-lockfile-parent", "groupId": "io.github.chains-project", - "version": "5.3.2", + "version": "5.3.3-SNAPSHOT", "lockFileVersion": 1, "dependencies": [], "mavenPlugins": [ diff --git a/maven_plugin/lockfile.json b/maven_plugin/lockfile.json index 861255a5..0ac7175f 100644 --- a/maven_plugin/lockfile.json +++ b/maven_plugin/lockfile.json @@ -1,7 +1,7 @@ { "artifactId": "maven-lockfile", "groupId": "io.github.chains-project", - "version": "5.3.2", + "version": "5.3.3-SNAPSHOT", "lockFileVersion": 1, "dependencies": [ { diff --git a/maven_plugin/pom.xml b/maven_plugin/pom.xml index 6a4c0e8a..ea53d865 100644 --- a/maven_plugin/pom.xml +++ b/maven_plugin/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.3.2 + 5.3.3-SNAPSHOT ../ io.github.chains-project maven-lockfile - 5.3.2 + 5.3.3-SNAPSHOT maven-plugin maven-lockfile-plugin This plugin is a state-of-the-art solution that can be used to validate the integrity diff --git a/pom.xml b/pom.xml index bf4e5ee6..11c19040 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.chains-project maven-lockfile-parent - 5.3.2 + 5.3.3-SNAPSHOT pom maven-lockfile-parent This plugin is a state-of-the-art solution that can be used to validate the integrity @@ -38,7 +38,7 @@ https://github.com/chains-project/maven-lockfile.git - 2024-12-19T22:40:51Z + 2024-12-19T22:47:09Z