Skip to content

Commit

Permalink
🔖 Setting SNAPSHOT version 5.3.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 19, 2024
1 parent 90fcf8e commit 8dfab42
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1608,3 +1608,18 @@ We'd like to thank the following people for their contributions:
We'd like to thank the following people for their contributions:
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
- LogFlames ([@LogFlames](https://github.com/LogFlames))

# 5.3.2
## Changelog

## 🐛 Fixed
- 984e633 💚 fix ci: Use JRELEASER_GITHUB_TOKEN with admin permissions for push (#1038)

## 🏁 Release
- 90fcf8e 🔖 Releasing version 5.3.2
- 1cfd96e 🔖 Setting SNAPSHOT version 5.3.2-SNAPSHOT


## 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 @@ -80,7 +80,7 @@ runs:
run: echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
shell: bash
- id: action
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.2
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.3-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.3.2",
"version": "5.3.3-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.3.2</version>
<version>5.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>5.3.2</version>
<version>5.3.3-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.3.2",
"version": "5.3.3-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.3.2",
"version": "5.3.3-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.3.2</version>
<version>5.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>5.3.2</version>
<version>5.3.3-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.3.2</version>
<version>5.3.3-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-12-19T22:40:51Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-19T22:47:09Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 8dfab42

Please sign in to comment.