Skip to content

Commit fe2cec2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5dbb965 commit fe2cec2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Changelog of git-changelog-plugin.
44

5+
## 3.41 (2024-10-20)
6+
7+
### Dependency updates
8+
9+
- git-changelog-lib 2.4.1 ([f59a5](https://github.com/jenkinsci/git-changelog-plugin/commit/f59a5098a2debd5) Tomas Bjerre)
510
## 3.40 (2024-09-18)
611

712
### Bug Fixes
@@ -348,6 +353,9 @@ Changelog of git-changelog-plugin.
348353

349354
- support conventional commits ([a90ee](https://github.com/jenkinsci/git-changelog-plugin/commit/a90ee202c98da56) Tomas Bjerre)
350355

356+
### Other changes
357+
358+
351359
## 3.2 (2021-03-29)
352360

353361
### Other changes

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>de.wellnerbou.jenkins</groupId>
2121
<artifactId>git-changelog</artifactId>
22-
<version>3.41</version>
22+
<version>3.42-SNAPSHOT</version>
2323
<packaging>hpi</packaging>
2424

2525
<name>Git Changelog</name>
@@ -123,7 +123,7 @@
123123
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
124124
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
125125
<url>[email protected]:jenkinsci/${project.artifactId}-plugin</url>
126-
<tag>git-changelog-3.41</tag>
126+
<tag>HEAD</tag>
127127
</scm>
128128

129129
<repositories>

0 commit comments

Comments
 (0)