Skip to content

Commit 9af76b7

Browse files
author
GitHub Actions Bot
committed
🔖 Setting SNAPSHOT version 5.4.1-SNAPSHOT
1 parent 7a33237 commit 9af76b7

File tree

7 files changed

+62
-9
lines changed

7 files changed

+62
-9
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,3 +1663,56 @@ We'd like to thank the following people for their contributions:
16631663
## Contributors
16641664
We'd like to thank the following people for their contributions:
16651665
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
1666+
1667+
# 5.4.0
1668+
## Changelog
1669+
1670+
## 🚀 Added
1671+
- 86385b2 👷 ci: add content write permissions to jreleaser.yml action (#1093)
1672+
- 84d4aa0 👷 ci: update maven-lockfile action to temporarily specify 5.3.5 (#1092)
1673+
- 6d8b811 👷 ci: temporarily specify version 5.3.5 to use snapshot action (#1091)
1674+
- efb83de 👷 ci: Use snapshot action for release (#1090)
1675+
- 7584284 👷 ci: jbang manuall install cleanup (#1087) (#1087)
1676+
- a56c2bf ✅ test: Fix differentLockfileNameValidateShouldSucceed integration test (#1089)
1677+
- 7c30a4c 👷 Remove un-allowlisted actions (#1086)
1678+
- a2cdd6a 👷 ci: Use latest version of maven-lockfile in CI (#1043)
1679+
1680+
## 📦 Dependencies
1681+
- a949e68 ⬆️ (deps): Update github/codeql-action action to v3.28.2 (#1070)
1682+
- 2efff28 ⬆️ (deps): Update dependency org.instancio:instancio-junit to v5.3.0 (#1068)
1683+
- 10e9d3f ⬆️ (deps): Update step-security/harden-runner action to v2.10.4 (#1066)
1684+
- eaad84e ⬆️ (deps): Update quarkus.platform.version to v3.17.7 (#1065)
1685+
- 3579bec ⬆️ (deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.2 (#1063)
1686+
- 6075b09 ⬆️ (deps): Update dependency org.apache.maven.plugins:maven-artifact-plugin to v3.6.0 (#1062)
1687+
- 2e18552 ⬆️ (deps): Update github/codeql-action action to v3.28.1 (#1061)
1688+
- 86ded26 ⬆️ (deps): Update actions/upload-artifact action to v4.6.0 (#1059)
1689+
- 28df986 ⬆️ (deps): Update step-security/harden-runner action to v2.10.3 (#1057)
1690+
- 593bd3d ⬆️ (deps): Update quarkus.platform.version to v3.17.6 (#1054)
1691+
- d553f0e ⬆️ (deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.1 (#1052)
1692+
- 6f49437 ⬆️ (deps): Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4.1.1 (#1050)
1693+
- 3314dbc ⬆️ (deps): Update github/codeql-action action to v3.28.0 (#1046)
1694+
1695+
## 📝 Documentation
1696+
- 93d80d1 📝 👷 docs: ci: Document and update syncronizing lockfile with release (#1047)
1697+
- 11c1d60 📝 docs: Update version of action in README.md to 5.3.5 (#1049)
1698+
1699+
## 🏁 Release
1700+
- 7a33237 🔖 Releasing version 5.4.0
1701+
- 42c33ff 🔖(deps): Update github/codeql-action digest to d68b2d4 (#1069)
1702+
- dc264bb 🔖(deps): Update actions/setup-go digest to f111f33 (#1067)
1703+
- c5298bd 🔖(deps): Update actions/upload-artifact digest to 65c4c4a (#1058)
1704+
- 9e0be18 🔖(deps): Update github/codeql-action digest to b6a472f (#1060)
1705+
- c06c479 🔖(deps): Update tj-actions/changed-files digest to d6e91a2 (#1051)
1706+
- a042269 🔖(deps): Update github/codeql-action digest to 48ab28a (#1045)
1707+
- d0f7427 🔖 Setting SNAPSHOT version 5.3.6-SNAPSHOT
1708+
1709+
---
1710+
- ebf67cf Improve README.md (#1056)
1711+
- e23e6d8 mention Ruby related work (#1055)
1712+
1713+
1714+
## Contributors
1715+
We'd like to thank the following people for their contributions:
1716+
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
1717+
- LogFlames ([@LogFlames](https://github.com/LogFlames))
1718+
- Martin Monperrus ([@monperrus](https://github.com/monperrus))

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.0",
4+
"version": "5.4.1-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.0</version>
7+
<version>5.4.1-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.0</version>
12+
<version>5.4.1-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.0",
4+
"version": "5.4.1-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.0",
4+
"version": "5.4.1-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.0</version>
7+
<version>5.4.1-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.4.0</version>
12+
<version>5.4.1-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.0</version>
6+
<version>5.4.1-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-13T15:50:00Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-03-13T15:55:49Z</project.build.outputTimestamp>
4242
</properties>
4343
<build>
4444
<plugins>

0 commit comments

Comments
 (0)