Skip to content

Commit

Permalink
for: 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Dec 13, 2018
1 parent 05b8de2 commit b95d607
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.wizzer</groupId>
<artifactId>wk-parent</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>
<modules>
<module>wk-framework</module>
<module>wk-app</module>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-parent</artifactId>
<groupId>cn.wizzer</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-service-cms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-service-sys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-service-wx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-web-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-app/wk-nb-web-vue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-app</artifactId>
<groupId>cn.wizzer.app</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wk-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wk-parent</artifactId>
<groupId>cn.wizzer</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions wk-wiki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<artifactId>wk-parent</artifactId>
<groupId>cn.wizzer</groupId>
<version>5.1.2</version>
<version>5.1.3</version>
</parent>
<artifactId>wk-wiki</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>
<packaging>pom</packaging>
<name>wk-wiki</name>
<url>http://www.wizzer.cn</url>
Expand Down

0 comments on commit b95d607

Please sign in to comment.