Skip to content

Commit c9c2372

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6da5659 commit c9c2372

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

33
Changelog of git-changelog-plugin.
44

5+
## 3.39 (2024-09-18)
6+
7+
### Bug Fixes
8+
9+
- using JGit 7 ([e5f3e](https://github.com/jenkinsci/git-changelog-plugin/commit/e5f3e23faad20ae) Tomas Bjerre) [#88](https://github.com/jenkinsci/git-changelog-plugin/issues/88)
10+
11+
### Other changes
12+
13+
**Merge pull request #87 from strangelookingnerd/patch-1**
14+
15+
* Enable Jenkins Security Scan
16+
17+
[94398](https://github.com/jenkinsci/git-changelog-plugin/commit/943988a64d1705c) Tomas Bjerre *2024-08-09 16:03:34*
18+
19+
**Enable Jenkins Security Scan**
20+
21+
22+
[0f534](https://github.com/jenkinsci/git-changelog-plugin/commit/0f534c38128347a) strangelookingnerd *2024-08-09 07:03:53*
23+
24+
525
## 3.38 (2024-02-10)
626

727
### Features

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

129129
<repositories>

0 commit comments

Comments
 (0)