Skip to content

Commit 7d8dbff

Browse files
authored
Merge pull request #69 from sentrysoftware/copilot/update-changelog-plugin-jgit
Update maven-changelog-plugin to use jgit implementation
2 parents 22d49ec + 05b3182 commit 7d8dbff

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

pom.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,24 @@
179179
<version>0.8.0</version>
180180
</plugin>
181181

182+
<!-- changelog -->
183+
<plugin>
184+
<artifactId>maven-changelog-plugin</artifactId>
185+
<version>3.0.0-M1</version>
186+
<configuration>
187+
<providerImplementations>
188+
<git>jgit</git>
189+
</providerImplementations>
190+
</configuration>
191+
<dependencies>
192+
<dependency>
193+
<groupId>org.apache.maven.scm</groupId>
194+
<artifactId>maven-scm-provider-jgit</artifactId>
195+
<version>2.1.0</version>
196+
</dependency>
197+
</dependencies>
198+
</plugin>
199+
182200
</plugins>
183201
</pluginManagement>
184202

@@ -317,7 +335,12 @@
317335
<!-- changelog -->
318336
<plugin>
319337
<artifactId>maven-changelog-plugin</artifactId>
320-
<version>2.3</version>
338+
<version>3.0.0-M1</version>
339+
<configuration>
340+
<providerImplementations>
341+
<git>jgit</git>
342+
</providerImplementations>
343+
</configuration>
321344
</plugin>
322345

323346

0 commit comments

Comments
 (0)