Skip to content

Commit c227f4d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 15da84c commit c227f4d

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

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

33
Changelog of git-changelog-plugin.
44

5+
## 3.42 (2025-01-18)
6+
7+
### Dependency updates
8+
9+
- git-changelog-maven-plugin 2.2.2 ([893da](https://github.com/jenkinsci/git-changelog-plugin/commit/893daeeb56f7327) Tomas Bjerre)
10+
### Other changes
11+
12+
**Use global MarkupFormatter for changelog summary**
13+
14+
15+
[88dc7](https://github.com/jenkinsci/git-changelog-plugin/commit/88dc75ef6bd45e2) strangelookingnerd *2025-01-18 08:25:20*
16+
17+
**Use `jenkins.baseline` to reduce bom update mistakes**
18+
19+
20+
[f100f](https://github.com/jenkinsci/git-changelog-plugin/commit/f100ffda648c62e) strangelookingnerd *2025-01-18 07:32:18*
21+
22+
**Use `jenkins.baseline` to reduce bom update mistakes**
23+
24+
25+
[10417](https://github.com/jenkinsci/git-changelog-plugin/commit/104171ecd4663c3) strangelookingnerd *2025-01-18 07:32:18*
26+
27+
**Replace unreleased changelog plugin 2.2.1 with 2.2.0**
28+
29+
* Builds on the ci.jenkins.io master branch fail with the message:
30+
* > Could not find artifact se.bjurr.gitchangelog:git-changelog-maven-plugin:jar:2.2.1
31+
* https://mvnrepository.com/artifact/se.bjurr.gitchangelog/git-changelog-maven-plugin
32+
* reports that the most recent release is 2.2.0, not 2.2.1.
33+
* Switch to 2.2.0 instead of 2.2.1
34+
35+
[49683](https://github.com/jenkinsci/git-changelog-plugin/commit/496839f64c0e941) Mark Waite *2024-12-25 07:23:22*
36+
37+
**Disable local resolution of parent pom**
38+
39+
* This is part of archetype also : https://github.com/jenkinsci/archetypes/blob/master/hello-world/src/main/resources/archetype-resources/pom.xml#L9
40+
41+
[0eb55](https://github.com/jenkinsci/git-changelog-plugin/commit/0eb55d51d450a9c) Valentin Delaye *2024-12-10 15:02:17*
42+
43+
544
## 3.41 (2024-10-20)
645

746
### 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.42</version>
25+
<version>3.43-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.42</tag>
129+
<tag>HEAD</tag>
130130
</scm>
131131

132132
<repositories>

0 commit comments

Comments
 (0)