File tree Expand file tree Collapse file tree 8 files changed +25
-10
lines changed Expand file tree Collapse file tree 8 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -1716,3 +1716,18 @@ We'd like to thank the following people for their contributions:
1716
1716
- Elias Lundell ([ @LogFlames ] ( https://github.com/LogFlames ) )
1717
1717
- LogFlames ([ @LogFlames ] ( https://github.com/LogFlames ) )
1718
1718
- 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 ) )
Original file line number Diff line number Diff line change 66
66
run : echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
67
67
shell : bash
68
68
- 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
70
70
shell : bash
71
71
env :
72
72
JSON_INPUTS : ${{ toJSON(inputs) }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"artifactId" : " maven-lockfile-github-action" ,
3
3
"groupId" : " io.github.chains-project" ,
4
- "version" : " 5.4.1 " ,
4
+ "version" : " 5.4.2-SNAPSHOT " ,
5
5
"lockFileVersion" : 1 ,
6
6
"dependencies" : [
7
7
{
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.chains-project</groupId >
6
6
<artifactId >maven-lockfile-parent</artifactId >
7
- <version >5.4.1 </version >
7
+ <version >5.4.2-SNAPSHOT </version >
8
8
<relativePath >../</relativePath >
9
9
</parent >
10
10
<groupId >io.github.chains-project</groupId >
11
11
<artifactId >maven-lockfile-github-action</artifactId >
12
- <version >5.4.1 </version >
12
+ <version >5.4.2-SNAPSHOT </version >
13
13
<name >maven-lockfile-github-action</name >
14
14
<description >This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow.</description >
15
15
<url >https://github.com/chains-project/maven-lockfile</url >
Original file line number Diff line number Diff line change 1
1
{
2
2
"artifactId" : " maven-lockfile-parent" ,
3
3
"groupId" : " io.github.chains-project" ,
4
- "version" : " 5.4.1 " ,
4
+ "version" : " 5.4.2-SNAPSHOT " ,
5
5
"lockFileVersion" : 1 ,
6
6
"dependencies" : [],
7
7
"mavenPlugins" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"artifactId" : " maven-lockfile" ,
3
3
"groupId" : " io.github.chains-project" ,
4
- "version" : " 5.4.1 " ,
4
+ "version" : " 5.4.2-SNAPSHOT " ,
5
5
"lockFileVersion" : 1 ,
6
6
"dependencies" : [
7
7
{
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.chains-project</groupId >
6
6
<artifactId >maven-lockfile-parent</artifactId >
7
- <version >5.4.1 </version >
7
+ <version >5.4.2-SNAPSHOT </version >
8
8
<relativePath >../</relativePath >
9
9
</parent >
10
10
<groupId >io.github.chains-project</groupId >
11
11
<artifactId >maven-lockfile</artifactId >
12
- <version >5.4.1 </version >
12
+ <version >5.4.2-SNAPSHOT </version >
13
13
<packaging >maven-plugin</packaging >
14
14
<name >maven-lockfile-plugin</name >
15
15
<description >This plugin is a state-of-the-art solution that can be used to validate the integrity
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.chains-project</groupId >
5
5
<artifactId >maven-lockfile-parent</artifactId >
6
- <version >5.4.1 </version >
6
+ <version >5.4.2-SNAPSHOT </version >
7
7
<packaging >pom</packaging >
8
8
<name >maven-lockfile-parent</name >
9
9
<description >This plugin is a state-of-the-art solution that can be used to validate the integrity
38
38
<url >https://github.com/chains-project/maven-lockfile.git</url >
39
39
</scm >
40
40
<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>
42
42
</properties >
43
43
<build >
44
44
<plugins >
You can’t perform that action at this time.
0 commit comments