Skip to content

Commit

Permalink
🔖 Releasing version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 19, 2023
1 parent 406d938 commit 4ea1ddd
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:3.4.1-SNAPSHOT
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:3.4.1
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>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</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>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</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>3.4.1-SNAPSHOT</version>
<version>3.4.1</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-06-19T10:59:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-06-19T11:39:00Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 4ea1ddd

Please sign in to comment.