Skip to content

Commit 7a05656

Browse files
author
GitHub Actions Bot
committed
🔖 Releasing version 5.6.1
1 parent 2da285a commit 7a05656

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
COMMIT_UPDATED_LOCKFILE="${COMMIT_UPDATED_LOCKFILE}"
9393
9494
# Convert to Maven plugin args
95-
PLUGIN_VERSION="5.5.2" # 5.6.1-SNAPSHOT
95+
PLUGIN_VERSION="5.5.2" # 5.6.1
9696
MAVEN_ARGS=""
9797
9898
if [ "$INCLUDE_MAVEN_PLUGINS" == "true" ]; then

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.6.1-SNAPSHOT",
4+
"version": "5.6.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.6.1-SNAPSHOT",
4+
"version": "5.6.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.6.1-SNAPSHOT</version>
7+
<version>5.6.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.6.1-SNAPSHOT</version>
12+
<version>5.6.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.6.1-SNAPSHOT</version>
6+
<version>5.6.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/tree/${project.scm.tag}</url>
3939
</scm>
4040
<properties>
41-
<project.build.outputTimestamp>2025-06-18T14:06:31Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-07-31T18:42:06Z</project.build.outputTimestamp>
4242
<sigstore.skip>true</sigstore.skip>
4343
</properties>
4444
<build>

0 commit comments

Comments
 (0)