Skip to content

Commit

Permalink
🔖 Set SNAPSHOT version 5.1.1-SNAPSHOT (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yogyagamage and github-actions[bot] authored Apr 30, 2024
1 parent f54975b commit 2ae1f0e
Show file tree
Hide file tree
Showing 8 changed files with 343 additions and 10 deletions.
333 changes: 333 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
shell: bash

- id: action
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.0.1-SNAPSHOT
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.1.1-SNAPSHOT
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
Expand Down
2 changes: 1 addition & 1 deletion github_action/lockfile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"artifactId": "maven-lockfile-github-action",
"groupId": "io.github.chains-project",
"version": "5.0.1-SNAPSHOT",
"version": "5.1.1-SNAPSHOT",
"lockFileVersion": 1,
"dependencies": [
{
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>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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
2 changes: 1 addition & 1 deletion lockfile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"artifactId": "maven-lockfile-parent",
"groupId": "io.github.chains-project",
"version": "5.0.1-SNAPSHOT",
"version": "5.1.1-SNAPSHOT",
"lockFileVersion": 1,
"dependencies": [],
"mavenPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"artifactId": "maven-lockfile",
"groupId": "io.github.chains-project",
"version": "5.0.1-SNAPSHOT",
"version": "5.1.1-SNAPSHOT",
"lockFileVersion": 1,
"dependencies": [
{
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>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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-09-07T10:06:31Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-30T07:29:07Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 2ae1f0e

Please sign in to comment.