Skip to content

Commit a17c48b

Browse files
committed
chore(deps): git-changelog-lib
1 parent 69c6341 commit a17c48b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

pom.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<maven.compiler.release>17</maven.compiler.release>
1717
<maven.javadoc.skip>true</maven.javadoc.skip>
1818
<violations.version>2.2.0</violations.version>
19-
<changelog-lib>2.5.1</changelog-lib>
20-
<changelog-plugin>2.2.4</changelog-plugin>
19+
<changelog-lib>2.6.0</changelog-lib>
20+
<changelog-plugin>2.2.5</changelog-plugin>
2121
</properties>
2222

2323
<groupId>de.wellnerbou.jenkins</groupId>
2424
<artifactId>git-changelog</artifactId>
25-
<version>3.44-SNAPSHOT</version>
25+
<version>3.44</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>HEAD</tag>
129+
<tag>git-changelog-3.44</tag>
130130
</scm>
131131

132132
<repositories>
@@ -195,8 +195,18 @@
195195
<groupId>com.fasterxml.jackson.datatype</groupId>
196196
<artifactId>jackson-datatype-jsr310</artifactId>
197197
</exclusion>
198+
<exclusion>
199+
<!-- because of maven-enforcer -->
200+
<groupId>commons-io</groupId>
201+
<artifactId>commons-io</artifactId>
202+
</exclusion>
198203
</exclusions>
199204
</dependency>
205+
<dependency>
206+
<groupId>commons-io</groupId>
207+
<artifactId>commons-io</artifactId>
208+
<version>2.16.1</version>
209+
</dependency>
200210
<dependency>
201211
<groupId>org.jenkins-ci.plugins</groupId>
202212
<artifactId>token-macro</artifactId>

0 commit comments

Comments
 (0)