File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
src/main/resources/META-INF/plexus Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 5454 <plugin >
5555 <artifactId >maven-release-plugin</artifactId >
5656 <!-- To have pushChanges parameter available -->
57- <version >2.1 </version >
57+ <version >2.5 </version >
5858 <configuration >
5959 <!-- Git scm specific behaviour -->
6060 <localCheckout >true</localCheckout >
125125 <dependency >
126126 <groupId >org.apache.maven.scm</groupId >
127127 <artifactId >maven-scm-manager-plexus</artifactId >
128- <version >1.6 </version >
128+ <version >1.9.1 </version >
129129 <!--
130130 <exclusions>
131131 <exclusion>
158158 <dependency >
159159 <groupId >org.apache.maven.scm</groupId >
160160 <artifactId >maven-scm-provider-gitexe</artifactId >
161- <version >1.6 </version >
161+ <version >1.9.1 </version >
162162 </dependency >
163163
164164
Original file line number Diff line number Diff line change @@ -37,5 +37,12 @@ under the License.
3737 <implementation >org.apache.maven.scm.provider.svn.svnjava.SvnJavaScmProvider</implementation >
3838 <!-- <implementation>org.apache.maven.scm.provider.svn.svnexe.SvnExeScmProvider</implementation> -->
3939 </component >
40+
41+ <component >
42+ <role >org.apache.maven.scm.provider.ScmProvider</role >
43+ <role-hint >git</role-hint >
44+ <implementation >org.apache.maven.scm.provider.git.gitexe.GitExeScmProvider</implementation >
45+ </component >
46+
4047 </components >
4148</component-set >
You can’t perform that action at this time.
0 commit comments