Skip to content

Commit 48db43a

Browse files
author
GitHub Actions Bot
committed
🔖 Releasing version 4.2.0
1 parent f99517e commit 48db43a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
shell: bash
7070

7171
- id: action
72-
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:4.1.1-SNAPSHOT
72+
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:4.2.0
7373
shell: bash
7474
env:
7575
JSON_INPUTS: ${{ toJSON(inputs) }}

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>4.1.1-SNAPSHOT</version>
7+
<version>4.2.0</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile-github-action</artifactId>
12-
<version>4.1.1-SNAPSHOT</version>
12+
<version>4.2.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>

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>4.1.1-SNAPSHOT</version>
7+
<version>4.2.0</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>4.1.1-SNAPSHOT</version>
12+
<version>4.2.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>4.1.1-SNAPSHOT</version>
6+
<version>4.2.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>2023-08-29T14:35:54Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2023-08-31T14:21:50Z</project.build.outputTimestamp>
4242
</properties>
4343
<build>
4444
<plugins>

0 commit comments

Comments
 (0)