Skip to content

Commit

Permalink
正式版本打包
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Sep 14, 2017
1 parent c040eed commit 38a331c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.carl.auth</groupId>
<artifactId>sso</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sso-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../sso-spring-dependencies</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sso-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../sso-spring-dependencies</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sso-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sso-spring-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 38a331c

Please sign in to comment.