File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
- <modelVersion >4.0.0</modelVersion >
2
+ <modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.mybatis</groupId >
4
4
<artifactId >mybatis</artifactId >
5
5
<name >mybatis</name >
72
72
<plugin >
73
73
<groupId >org.apache.maven.plugins</groupId >
74
74
<artifactId >maven-release-plugin</artifactId >
75
+ <configuration >
76
+ <tagBase >https://mybatis.googlecode.com/svn/tags/</tagBase >
77
+ <mavenExecutorId >forked-path</mavenExecutorId >
78
+ </configuration >
75
79
</plugin >
76
80
<plugin >
77
81
<artifactId >maven-assembly-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments