Skip to content

Commit bd24b1b

Browse files
committed
Merge branch 'release/0.3.7'
2 parents 009fb19 + 23069be commit bd24b1b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -24,7 +24,7 @@
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>
@@ -137,7 +137,9 @@
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>

0 commit comments

Comments
 (0)