diff --git a/CHANGELOG.md b/CHANGELOG.md index aee64c8d..ba9cc6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1645,6 +1645,21 @@ We'd like to thank the following people for their contributions: - e29ca30 🔖 Setting SNAPSHOT version 5.3.4-SNAPSHOT +## Contributors +We'd like to thank the following people for their contributions: +- Elias Lundell ([@LogFlames](https://github.com/LogFlames)) + +# 5.3.5 +## Changelog + +## 🐛 Fixed +- cda7810 💚 fix ci: Fix erroneous indentation in action.yml (#1041) + +## 🏁 Release +- bdabb56 🔖 Releasing version 5.3.5 +- a5221d0 🔖 Setting SNAPSHOT version 5.3.5-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 0081f486..f47d3601 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.5 + run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.6-SNAPSHOT shell: bash env: JSON_INPUTS: ${{ toJSON(inputs) }} diff --git a/github_action/lockfile.json b/github_action/lockfile.json index aa360f45..9c874241 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.5", + "version": "5.3.6-SNAPSHOT", "lockFileVersion": 1, "dependencies": [ { diff --git a/github_action/pom.xml b/github_action/pom.xml index 16b19492..a1fe64fa 100644 --- a/github_action/pom.xml +++ b/github_action/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.3.5 + 5.3.6-SNAPSHOT ../ io.github.chains-project maven-lockfile-github-action - 5.3.5 + 5.3.6-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 4b90380a..f12e9d49 100644 --- a/lockfile.json +++ b/lockfile.json @@ -1,7 +1,7 @@ { "artifactId": "maven-lockfile-parent", "groupId": "io.github.chains-project", - "version": "5.3.5", + "version": "5.3.6-SNAPSHOT", "lockFileVersion": 1, "dependencies": [], "mavenPlugins": [ diff --git a/maven_plugin/lockfile.json b/maven_plugin/lockfile.json index 4d537af2..ec554fac 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.5", + "version": "5.3.6-SNAPSHOT", "lockFileVersion": 1, "dependencies": [ { diff --git a/maven_plugin/pom.xml b/maven_plugin/pom.xml index 63f586b2..1b353e0d 100644 --- a/maven_plugin/pom.xml +++ b/maven_plugin/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.3.5 + 5.3.6-SNAPSHOT ../ io.github.chains-project maven-lockfile - 5.3.5 + 5.3.6-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 f214b7d5..6c62b581 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.chains-project maven-lockfile-parent - 5.3.5 + 5.3.6-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-20T13:59:00Z + 2024-12-20T14:04:13Z