File tree Expand file tree Collapse file tree 5 files changed +30
-7
lines changed Expand file tree Collapse file tree 5 files changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -929,3 +929,26 @@ We'd like to thank the following people for their contributions:
929
929
- Martin ([ @MartinWitt ] ( https://github.com/MartinWitt ) )
930
930
- Martin Wittlinger ([ @MartinWitt ] ( https://github.com/MartinWitt ) )
931
931
- 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 ) )
Original file line number Diff line number Diff line change 69
69
shell : bash
70
70
71
71
- 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
73
73
shell : bash
74
74
env :
75
75
JSON_INPUTS : ${{ toJSON(inputs) }}
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.chains-project</groupId >
6
6
<artifactId >maven-lockfile-parent</artifactId >
7
- <version >4.2.0 </version >
7
+ <version >4.2.1-SNAPSHOT </version >
8
8
<relativePath >../</relativePath >
9
9
</parent >
10
10
<groupId >io.github.chains-project</groupId >
11
11
<artifactId >maven-lockfile-github-action</artifactId >
12
- <version >4.2.0 </version >
12
+ <version >4.2.1-SNAPSHOT </version >
13
13
<name >maven-lockfile-github-action</name >
14
14
<description >This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow.</description >
15
15
<url >https://github.com/chains-project/maven-lockfile</url >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.chains-project</groupId >
6
6
<artifactId >maven-lockfile-parent</artifactId >
7
- <version >4.2.0 </version >
7
+ <version >4.2.1-SNAPSHOT </version >
8
8
<relativePath >../</relativePath >
9
9
</parent >
10
10
<groupId >io.github.chains-project</groupId >
11
11
<artifactId >maven-lockfile</artifactId >
12
- <version >4.2.0 </version >
12
+ <version >4.2.1-SNAPSHOT </version >
13
13
<packaging >maven-plugin</packaging >
14
14
<name >maven-lockfile-plugin</name >
15
15
<description >This plugin is a state-of-the-art solution that can be used to validate the integrity
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.chains-project</groupId >
5
5
<artifactId >maven-lockfile-parent</artifactId >
6
- <version >4.2.0 </version >
6
+ <version >4.2.1-SNAPSHOT </version >
7
7
<packaging >pom</packaging >
8
8
<name >maven-lockfile-parent</name >
9
9
<description >This plugin is a state-of-the-art solution that can be used to validate the integrity
38
38
<url >https://github.com/chains-project/maven-lockfile.git</url >
39
39
</scm >
40
40
<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>
42
42
</properties >
43
43
<build >
44
44
<plugins >
You can’t perform that action at this time.
0 commit comments