Skip to content

Commit

Permalink
修改版本号未1.5.0准备发布
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Oct 15, 2017
1 parent c8e6847 commit fc0a407
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sso-client-demo/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.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../sso-spring-dependencies</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sso-client-demo/sso-cas-client-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>sso-client-demo</artifactId>
<groupId>com.carl.auth</groupId>
<version>1.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sso-client-demo/sso-client-shiro-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>sso-client-demo</artifactId>
<groupId>com.carl.auth</groupId>
<version>1.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sso-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../sso-spring-dependencies</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sso-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>sso</artifactId>
<groupId>com.carl.auth</groupId>
<version>1.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</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.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.carl.auth</groupId>
<artifactId>sso-spring-dependencies</artifactId>
<version>1.5.0-RC3-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<dependencies>
Expand Down

0 comments on commit fc0a407

Please sign in to comment.