Skip to content

Commit

Permalink
Merge branch 'release/0.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Jun 12, 2023
2 parents 009fb19 + 23069be commit bd24b1b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<groupId>us.codecraft</groupId>
<artifactId>xsoup</artifactId>
<version>0.3.6</version>
<version>0.3.7</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<properties>
Expand All @@ -24,7 +24,7 @@
<scm>
<connection>scm:git:git@github.com:code4craft/xsoup.git</connection>
<developerConnection>scm:git:git@github.com:code4craft/xsoup.git</developerConnection>
<url>git@github.com:code4craft/xsoup.git</url>
<url>https://github.com/code4craft/xsoup/tree/master</url>
<tag>xsoup-${project.version}</tag>
</scm>
<licenses>
Expand Down Expand Up @@ -137,7 +137,9 @@
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.15.0</version>
<configuration>
<versionTagPrefix>${project.artifactId}-</versionTagPrefix>
<gitFlowConfig>
<versionTagPrefix>${project.artifactId}-</versionTagPrefix>
</gitFlowConfig>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit bd24b1b

Please sign in to comment.