Skip to content

Commit

Permalink
🔖 Releasing version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 5, 2023
1 parent 8854d48 commit 6ba071f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
shell: bash

- id: action
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:4.2.2-SNAPSHOT
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:4.2.2
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
Expand Down
4 changes: 2 additions & 2 deletions github_action/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>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
<name>maven-lockfile-github-action</name>
<description>This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow.</description>
<url>https://github.com/chains-project/maven-lockfile</url>
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>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</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
4 changes: 2 additions & 2 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>4.2.2-SNAPSHOT</version>
<version>4.2.2</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,7 +38,7 @@
<url>https://github.com/chains-project/maven-lockfile.git</url>
</scm>
<properties>
<project.build.outputTimestamp>2023-08-31T19:59:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-05T15:13:09Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 6ba071f

Please sign in to comment.