Skip to content

Commit

Permalink
🔖 Setting SNAPSHOT version 5.2.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 28, 2024
1 parent 60b1049 commit 8275b08
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1513,3 +1513,20 @@ We'd like to thank the following people for their contributions:
- github-actions ([@github-actions[bot]](https://github.com/apps/github-actions))
- massimeddu-sj ([@massimeddu-sj](https://github.com/massimeddu-sj))
- michal.maziarz ()

# 5.2.3
## Changelog

## 🚀 Added
- 5e7b966 👷 ci: update jreleaser version to 1.15.0 (push sbom to maven-central) (#996)

## 🏁 Release
- 60b1049 🔖 Releasing version 5.2.3

---
- cd7be23 chore: update lockfile


## Contributors
We'd like to thank the following people for their contributions:
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
shell: bash

- id: action
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.2.3
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.2.4-SNAPSHOT
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>5.2.3</version>
<version>5.2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>5.2.3</version>
<version>5.2.4-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
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.2.3</version>
<version>5.2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>5.2.3</version>
<version>5.2.4-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.2.3</version>
<version>5.2.4-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>2024-11-28T15:02:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-28T15:07:49Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 8275b08

Please sign in to comment.