Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2350,6 +2350,34 @@ We'd like to thank the following people for their contributions:
- ab92ea4 chore: update lockfile


## Contributors
We'd like to thank the following people for their contributions:
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
- LogFlames ([@LogFlames](https://github.com/LogFlames))

# 5.13.0
## Changelog

## 🚀 Added
- 30304ce ✨ feat(checksum calculator): Add cache to remote checksum calculator (#1481)
- bd08070 ✨ feat(lockfile): Add resolve and repo id field to external poms (#1478)
- 256923f ✨ feat: More stable MavenPlugin ordering in lockfile (#1466)

## 🔄️ Changed
- bb881fe 📌 deps: Add assertj-core 3.27.7 as direct dependency (#1479)

## 📦 Dependencies
- a62cb91 ⬆️ (deps): Update chains-project/maven-lockfile action to v5.12.1 (#1475)

## 🏁 Release
- 20d836d 🔖 Releasing version 5.13.0
- aea25de 🔖 Setting SNAPSHOT version 5.12.2-SNAPSHOT

---
- a4b8d83 chore(cd): Use latest version of maven lockfile in release script (#1474)
- f318129 chore: update lockfile


## Contributors
We'd like to thank the following people for their contributions:
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
COMMIT_UPDATED_LOCKFILE="${COMMIT_UPDATED_LOCKFILE}"

# Convert to Maven plugin args
PLUGIN_VERSION="5.12.1"
PLUGIN_VERSION="5.13.0"
MAVEN_ARGS=""

if [ "$INCLUDE_MAVEN_PLUGINS" == "true" ]; then
Expand Down
6 changes: 3 additions & 3 deletions lockfile.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"artifactId": "maven-lockfile-parent",
"groupId": "io.github.chains-project",
"version": "5.12.2-SNAPSHOT",
"version": "5.13.1-SNAPSHOT",
"pom": {
"groupId": "io.github.chains-project",
"artifactId": "maven-lockfile-parent",
"version": "5.12.2-SNAPSHOT",
"version": "5.13.1-SNAPSHOT",
"relativePath": "pom.xml",
"checksumAlgorithm": "SHA-256",
"checksum": "3ad6c7d96dc759c4e8bcf0e9503022f805d1f7eb091946690868f3e397938a45"
"checksum": "2c7f3c897f2a3d36f75b949d1a8466c1aaeae1aa18b10b5d4d52df1d0385433c"
},
"lockFileVersion": 1,
"dependencies": [],
Expand Down
10 changes: 5 additions & 5 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"artifactId": "maven-lockfile",
"groupId": "io.github.chains-project",
"version": "5.12.2-SNAPSHOT",
"version": "5.13.1-SNAPSHOT",
"pom": {
"groupId": "io.github.chains-project",
"artifactId": "maven-lockfile",
"version": "5.12.2-SNAPSHOT",
"version": "5.13.1-SNAPSHOT",
"relativePath": "pom.xml",
"checksumAlgorithm": "SHA-256",
"checksum": "f18a3b8ef415102d0530855ccdc5293337f2417ccb1590d5094d863a7c034b7f",
"checksum": "d2f98b5f8c421da60735d7efe905c314704e4775e4d1884ed76703704510d6e3",
"parent": {
"groupId": "io.github.chains-project",
"artifactId": "maven-lockfile-parent",
"version": "5.12.2-SNAPSHOT",
"version": "5.13.1-SNAPSHOT",
"relativePath": "../pom.xml",
"checksumAlgorithm": "SHA-256",
"checksum": "3ad6c7d96dc759c4e8bcf0e9503022f805d1f7eb091946690868f3e397938a45"
"checksum": "2c7f3c897f2a3d36f75b949d1a8466c1aaeae1aa18b10b5d4d52df1d0385433c"
}
},
"lockFileVersion": 1,
Expand Down
4 changes: 2 additions & 2 deletions maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-parent</artifactId>
<version>5.12.2-SNAPSHOT</version>
<version>5.13.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>5.12.2-SNAPSHOT</version>
<version>5.13.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>maven-lockfile-plugin</name>
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-parent</artifactId>
<version>5.12.2-SNAPSHOT</version>
<version>5.13.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>maven-lockfile-parent</name>
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity
Expand Down Expand Up @@ -38,9 +38,9 @@
<url>https://github.com/chains-project/maven-lockfile/tree/${project.scm.tag}</url>
</scm>
<properties>
<project.build.outputTimestamp>2026-01-23T13:32:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2026-01-29T13:35:49Z</project.build.outputTimestamp>
<sigstore.skip>true</sigstore.skip>
<released.version>5.12.1</released.version>
<released.version>5.13.0</released.version>
</properties>
<build>
<plugins>
Expand Down
Loading