File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22<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/xsd/maven-4.0.0.xsd" >
33 <groupId >us.codecraft</groupId >
44 <artifactId >xsoup</artifactId >
5- <version >0.3.6 </version >
5+ <version >0.3.7 </version >
66 <modelVersion >4.0.0</modelVersion >
77 <packaging >jar</packaging >
88 <properties >
2424 <scm >
2525 <
connection >scm:git:
[email protected] :code4craft/xsoup.git</
connection >
2626 <
developerConnection >scm:git:
[email protected] :code4craft/xsoup.git</
developerConnection >
27- <url >git@ github.com: code4craft/xsoup.git </url >
27+ <url >https:// github.com/ code4craft/xsoup/tree/master </url >
2828 <tag >xsoup-${project.version} </tag >
2929 </scm >
3030 <licenses >
137137 <artifactId >gitflow-maven-plugin</artifactId >
138138 <version >1.15.0</version >
139139 <configuration >
140- <versionTagPrefix >${project.artifactId} -</versionTagPrefix >
140+ <gitFlowConfig >
141+ <versionTagPrefix >${project.artifactId} -</versionTagPrefix >
142+ </gitFlowConfig >
141143 </configuration >
142144 </plugin >
143145 </plugins >
You can’t perform that action at this time.
0 commit comments