Skip to content

Commit 6213e84

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 450c8e8 commit 6213e84

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
Changelog of git-changelog-plugin.
44

5+
## 3.40 (2024-09-18)
6+
7+
### Bug Fixes
8+
9+
- building for Jenkins 2.463 to show that it requires Java 17 ([2770c](https://github.com/jenkinsci/git-changelog-plugin/commit/2770c46c26bc2da) Tomas Bjerre) [#88](https://github.com/jenkinsci/git-changelog-plugin/issues/88)
10+
511
## 3.39 (2024-09-18)
612

713
### Bug Fixes

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.40</version>
22+
<version>3.41-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.40</tag>
126+
<tag>HEAD</tag>
127127
</scm>
128128

129129
<repositories>

0 commit comments

Comments
 (0)