Skip to content

Commit 7a33237

Browse files
author
GitHub Actions Bot
committed
🔖 Releasing version 5.4.0
1 parent 86385b2 commit 7a33237

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

github_action/lockfile.json

Lines changed: 3 additions & 3 deletions
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.3.6-SNAPSHOT",
4+
"version": "5.4.0",
55
"lockFileVersion": 1,
66
"dependencies": [
77
{
@@ -7045,8 +7045,8 @@
70457045
"metaData": {
70467046
"environment": {
70477047
"osName": "Linux",
7048-
"mavenVersion": "3.8.2",
7049-
"javaVersion": "17.0.13"
7048+
"mavenVersion": "3.9.9",
7049+
"javaVersion": "17.0.14"
70507050
},
70517051
"config": {
70527052
"includeMavenPlugins": true,

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.3.6-SNAPSHOT</version>
7+
<version>5.4.0</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile-github-action</artifactId>
12-
<version>5.3.6-SNAPSHOT</version>
12+
<version>5.4.0</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: 3 additions & 3 deletions
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.3.6-SNAPSHOT",
4+
"version": "5.4.0",
55
"lockFileVersion": 1,
66
"dependencies": [],
77
"mavenPlugins": [
@@ -107,8 +107,8 @@
107107
"metaData": {
108108
"environment": {
109109
"osName": "Linux",
110-
"mavenVersion": "3.8.2",
111-
"javaVersion": "17.0.13"
110+
"mavenVersion": "3.9.9",
111+
"javaVersion": "17.0.14"
112112
},
113113
"config": {
114114
"includeMavenPlugins": true,

maven_plugin/lockfile.json

Lines changed: 3 additions & 3 deletions
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.3.6-SNAPSHOT",
4+
"version": "5.4.0",
55
"lockFileVersion": 1,
66
"dependencies": [
77
{
@@ -2428,8 +2428,8 @@
24282428
"metaData": {
24292429
"environment": {
24302430
"osName": "Linux",
2431-
"mavenVersion": "3.8.2",
2432-
"javaVersion": "17.0.13"
2431+
"mavenVersion": "3.9.9",
2432+
"javaVersion": "17.0.14"
24332433
},
24342434
"config": {
24352435
"includeMavenPlugins": true,

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.3.6-SNAPSHOT</version>
7+
<version>5.4.0</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.3.6-SNAPSHOT</version>
12+
<version>5.4.0</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.3.6-SNAPSHOT</version>
6+
<version>5.4.0</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>2024-12-20T14:04:13Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-03-13T15:50:00Z</project.build.outputTimestamp>
4242
</properties>
4343
<build>
4444
<plugins>

0 commit comments

Comments
 (0)