Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-src committed Jul 2, 2019
1 parent 9237727 commit cd6e1a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>cn.javaer.wechat</groupId>
<artifactId>wechat-pay-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<modules>
<module>wechat-pay</module>
<module>wechat-spring-boot-starter-pay</module>
Expand All @@ -25,7 +24,7 @@
<url>https://github.com/cn-src/wechat-pay.git</url>
<connection>scm:git:ssh://github.com/cn-src/wechat-pay.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cn-src/wechat-pay.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>
<developers>
<developer>
Expand Down
7 changes: 3 additions & 4 deletions wechat-pay/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<parent>
<groupId>cn.javaer.wechat</groupId>
<artifactId>wechat-pay-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -127,7 +126,7 @@
<url>https://github.com/cn-src/wechat-pay.git</url>
<connection>scm:git:ssh://github.com/cn-src/wechat-pay.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cn-src/wechat-pay.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions wechat-spring-boot-starter-pay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>cn.javaer.wechat</groupId>
<artifactId>wechat-pay-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -52,7 +52,7 @@
<url>https://github.com/cn-src/wechat-pay.git</url>
<connection>scm:git:ssh://github.com/cn-src/wechat-pay.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cn-src/wechat-pay.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit cd6e1a4

Please sign in to comment.