diff --git a/action.yml b/action.yml index 5c5bdbee..0081f486 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-SNAPSHOT + run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.5 shell: bash env: JSON_INPUTS: ${{ toJSON(inputs) }} diff --git a/github_action/lockfile.json b/github_action/lockfile.json index f0695fd2..aa360f45 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-SNAPSHOT", + "version": "5.3.5", "lockFileVersion": 1, "dependencies": [ { diff --git a/github_action/pom.xml b/github_action/pom.xml index 4c4f5d33..16b19492 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-SNAPSHOT + 5.3.5 ../ io.github.chains-project maven-lockfile-github-action - 5.3.5-SNAPSHOT + 5.3.5 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 c344f7e8..4b90380a 100644 --- a/lockfile.json +++ b/lockfile.json @@ -1,7 +1,7 @@ { "artifactId": "maven-lockfile-parent", "groupId": "io.github.chains-project", - "version": "5.3.5-SNAPSHOT", + "version": "5.3.5", "lockFileVersion": 1, "dependencies": [], "mavenPlugins": [ diff --git a/maven_plugin/lockfile.json b/maven_plugin/lockfile.json index 6594d27b..4d537af2 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-SNAPSHOT", + "version": "5.3.5", "lockFileVersion": 1, "dependencies": [ { diff --git a/maven_plugin/pom.xml b/maven_plugin/pom.xml index e9200510..63f586b2 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-SNAPSHOT + 5.3.5 ../ io.github.chains-project maven-lockfile - 5.3.5-SNAPSHOT + 5.3.5 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 67706510..f214b7d5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.chains-project maven-lockfile-parent - 5.3.5-SNAPSHOT + 5.3.5 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:21:29Z + 2024-12-20T13:59:00Z