File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments