Skip to content

Commit 8b8d20d

Browse files
author
GitHub Actions Bot
committed
🔖 Setting SNAPSHOT version 4.2.1-SNAPSHOT
1 parent 48db43a commit 8b8d20d

File tree

5 files changed

+30
-7
lines changed

5 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,3 +929,26 @@ We'd like to thank the following people for their contributions:
929929
- Martin ([@MartinWitt](https://github.com/MartinWitt))
930930
- Martin Wittlinger ([@MartinWitt](https://github.com/MartinWitt))
931931
- github-actions ([@github-actions[bot]](https://github.com/apps/github-actions))
932+
933+
# 4.2.0
934+
## Changelog
935+
936+
## 📦 Dependencies
937+
- 347a8f3 ⬆️ (deps): Update chains-project/maven-lockfile action to v4.1.0 (#393)
938+
939+
## 📝 Documentation
940+
- 99ac685 📝 Update Documentation with current version (#394)
941+
942+
## 🏁 Release
943+
- 48db43a 🔖 Releasing version 4.2.0
944+
- 9b0020b 🔖(deps): Update tj-actions/changed-files digest to 0fc9663 (#396)
945+
- 948bd6d 🔖 Setting SNAPSHOT version 4.1.1-SNAPSHOT
946+
947+
---
948+
- f99517e feat: ✨ Add the concept of different default checksum algorithms depending on the trust source (#398)
949+
950+
951+
## Contributors
952+
We'd like to thank the following people for their contributions:
953+
- Martin Wittlinger ([@MartinWitt](https://github.com/MartinWitt))
954+
- MartinWitt ([@MartinWitt](https://github.com/MartinWitt))

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
shell: bash
7070

7171
- id: action
72-
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:4.2.0
72+
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:4.2.1-SNAPSHOT
7373
shell: bash
7474
env:
7575
JSON_INPUTS: ${{ toJSON(inputs) }}

github_action/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.github.chains-project</groupId>
66
<artifactId>maven-lockfile-parent</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.2.1-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile-github-action</artifactId>
12-
<version>4.2.0</version>
12+
<version>4.2.1-SNAPSHOT</version>
1313
<name>maven-lockfile-github-action</name>
1414
<description>This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow.</description>
1515
<url>https://github.com/chains-project/maven-lockfile</url>

maven_plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.github.chains-project</groupId>
66
<artifactId>maven-lockfile-parent</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.2.1-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>4.2.0</version>
12+
<version>4.2.1-SNAPSHOT</version>
1313
<packaging>maven-plugin</packaging>
1414
<name>maven-lockfile-plugin</name>
1515
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.chains-project</groupId>
55
<artifactId>maven-lockfile-parent</artifactId>
6-
<version>4.2.0</version>
6+
<version>4.2.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>maven-lockfile-parent</name>
99
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity
@@ -38,7 +38,7 @@
3838
<url>https://github.com/chains-project/maven-lockfile.git</url>
3939
</scm>
4040
<properties>
41-
<project.build.outputTimestamp>2023-08-31T14:21:50Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2023-08-31T14:26:18Z</project.build.outputTimestamp>
4242
</properties>
4343
<build>
4444
<plugins>

0 commit comments

Comments
 (0)