Skip to content

Commit 1102e1a

Browse files
author
GitHub Actions Bot
committed
🔖 Setting SNAPSHOT version 5.4.2-SNAPSHOT
1 parent 352fc01 commit 1102e1a

File tree

8 files changed

+25
-10
lines changed

8 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,3 +1716,18 @@ We'd like to thank the following people for their contributions:
17161716
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
17171717
- LogFlames ([@LogFlames](https://github.com/LogFlames))
17181718
- Martin Monperrus ([@monperrus](https://github.com/monperrus))
1719+
1720+
# 5.4.1
1721+
## Changelog
1722+
1723+
## 🚀 Added
1724+
- d881c5c 👷 ci: Use version 5.4.0 with removed non-allowlisted github actions (#1095)
1725+
1726+
## 🏁 Release
1727+
- 352fc01 🔖 Releasing version 5.4.1
1728+
- 9af76b7 🔖 Setting SNAPSHOT version 5.4.1-SNAPSHOT
1729+
1730+
1731+
## Contributors
1732+
We'd like to thank the following people for their contributions:
1733+
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))

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
69+
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.4.2-SNAPSHOT
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",
4+
"version": "5.4.2-SNAPSHOT",
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</version>
7+
<version>5.4.2-SNAPSHOT</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</version>
12+
<version>5.4.2-SNAPSHOT</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",
4+
"version": "5.4.2-SNAPSHOT",
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",
4+
"version": "5.4.2-SNAPSHOT",
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</version>
7+
<version>5.4.2-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.4.1</version>
12+
<version>5.4.2-SNAPSHOT</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</version>
6+
<version>5.4.2-SNAPSHOT</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-13T16:48:52Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-03-13T16:54:34Z</project.build.outputTimestamp>
4242
</properties>
4343
<build>
4444
<plugins>

0 commit comments

Comments
 (0)