Skip to content

Commit

Permalink
Bump version number from 0.0.1-SNAPSHOT to 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Oct 3, 2016
1 parent 92d6e12 commit c9ad119
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.oxerr</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>Spring Security WeChat</name>
<description>Spring Security WeChat.</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>spring-security-wechat-config</artifactId>
<name>Spring Security WeChat Config</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>spring-security-wechat-core</artifactId>
<name>Spring Security WeChat Core</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>spring-security-wechat-samples</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr</groupId>
<artifactId>spring-security-wechat-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>spring-security-wechat-samples-helloworld</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>spring-security-wechat-web</artifactId>
<name>Spring Security WeChat Web</name>
Expand Down

0 comments on commit c9ad119

Please sign in to comment.