Skip to content

Commit 69c6341

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5cea386 commit 69c6341

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of git-changelog-plugin.
44

5+
## 3.43 (2025-01-26)
6+
7+
### Bug Fixes
8+
9+
- reverse order in eachUrlPart ([e2bce](https://github.com/jenkinsci/git-changelog-plugin/commit/e2bce7541d5bf10) Tomas Bjerre)
10+
511
## 3.42 (2025-01-18)
612

713
### Dependency updates

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>de.wellnerbou.jenkins</groupId>
2424
<artifactId>git-changelog</artifactId>
25-
<version>3.43</version>
25+
<version>3.44-SNAPSHOT</version>
2626
<packaging>hpi</packaging>
2727

2828
<name>Git Changelog</name>
@@ -126,7 +126,7 @@
126126
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
127127
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
128128
<url>git@github.com:jenkinsci/${project.artifactId}-plugin</url>
129-
<tag>git-changelog-3.43</tag>
129+
<tag>HEAD</tag>
130130
</scm>
131131

132132
<repositories>

0 commit comments

Comments
 (0)