Skip to content

Commit 352fc01

Browse files
author
GitHub Actions Bot
committed
🔖 Releasing version 5.4.1
1 parent d881c5c commit 352fc01

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
run: echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
6767
shell: bash
6868
- id: action
69-
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.4.1-SNAPSHOT
69+
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.4.1
7070
shell: bash
7171
env:
7272
JSON_INPUTS: ${{ toJSON(inputs) }}

github_action/lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"artifactId": "maven-lockfile-github-action",
33
"groupId": "io.github.chains-project",
4-
"version": "5.4.1-SNAPSHOT",
4+
"version": "5.4.1",
55
"lockFileVersion": 1,
66
"dependencies": [
77
{

github_action/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.github.chains-project</groupId>
66
<artifactId>maven-lockfile-parent</artifactId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>5.4.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile-github-action</artifactId>
12-
<version>5.4.1-SNAPSHOT</version>
12+
<version>5.4.1</version>
1313
<name>maven-lockfile-github-action</name>
1414
<description>This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow.</description>
1515
<url>https://github.com/chains-project/maven-lockfile</url>

lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"artifactId": "maven-lockfile-parent",
33
"groupId": "io.github.chains-project",
4-
"version": "5.4.1-SNAPSHOT",
4+
"version": "5.4.1",
55
"lockFileVersion": 1,
66
"dependencies": [],
77
"mavenPlugins": [

maven_plugin/lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"artifactId": "maven-lockfile",
33
"groupId": "io.github.chains-project",
4-
"version": "5.4.1-SNAPSHOT",
4+
"version": "5.4.1",
55
"lockFileVersion": 1,
66
"dependencies": [
77
{

maven_plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.github.chains-project</groupId>
66
<artifactId>maven-lockfile-parent</artifactId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>5.4.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.4.1-SNAPSHOT</version>
12+
<version>5.4.1</version>
1313
<packaging>maven-plugin</packaging>
1414
<name>maven-lockfile-plugin</name>
1515
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.chains-project</groupId>
55
<artifactId>maven-lockfile-parent</artifactId>
6-
<version>5.4.1-SNAPSHOT</version>
6+
<version>5.4.1</version>
77
<packaging>pom</packaging>
88
<name>maven-lockfile-parent</name>
99
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity
@@ -38,7 +38,7 @@
3838
<url>https://github.com/chains-project/maven-lockfile.git</url>
3939
</scm>
4040
<properties>
41-
<project.build.outputTimestamp>2025-03-13T15:55:49Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-03-13T16:48:52Z</project.build.outputTimestamp>
4242
</properties>
4343
<build>
4444
<plugins>

0 commit comments

Comments
 (0)