From f748ecb7efd542004bf2cd0f194f6778e1d4f753 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Dec 2024 21:01:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Releasing=20version=205.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/action.yml b/action.yml index 9e8b7159..1d2ae9e2 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.1-SNAPSHOT + run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.1 shell: bash env: JSON_INPUTS: ${{ toJSON(inputs) }} diff --git a/github_action/lockfile.json b/github_action/lockfile.json index 8e411716..baeb4e3b 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.1-SNAPSHOT", + "version": "5.3.1", "lockFileVersion": 1, "dependencies": [ { diff --git a/github_action/pom.xml b/github_action/pom.xml index 7f341d80..c19683a5 100644 --- a/github_action/pom.xml +++ b/github_action/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.3.1-SNAPSHOT + 5.3.1 ../ io.github.chains-project maven-lockfile-github-action - 5.3.1-SNAPSHOT + 5.3.1 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 e507dda8..cdcc0385 100644 --- a/lockfile.json +++ b/lockfile.json @@ -1,7 +1,7 @@ { "artifactId": "maven-lockfile-parent", "groupId": "io.github.chains-project", - "version": "5.3.1-SNAPSHOT", + "version": "5.3.1", "lockFileVersion": 1, "dependencies": [], "mavenPlugins": [ diff --git a/maven_plugin/lockfile.json b/maven_plugin/lockfile.json index 6686ab41..9cea3662 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.1-SNAPSHOT", + "version": "5.3.1", "lockFileVersion": 1, "dependencies": [ { diff --git a/maven_plugin/pom.xml b/maven_plugin/pom.xml index 6ef04211..15b48538 100644 --- a/maven_plugin/pom.xml +++ b/maven_plugin/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.3.1-SNAPSHOT + 5.3.1 ../ io.github.chains-project maven-lockfile - 5.3.1-SNAPSHOT + 5.3.1 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 5ec2f552..adbc719b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.chains-project maven-lockfile-parent - 5.3.1-SNAPSHOT + 5.3.1 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-19T18:08:33Z + 2024-12-19T21:00:48Z