Skip to content

Commit

Permalink
2.1.5 released
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Jul 28, 2017
1 parent 69cd063 commit c34dfd7
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Release 版本已发布到 Maven 中央库: http://central.maven.org/maven2/co
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand All @@ -110,42 +110,42 @@ Thirdpart Webmvc Integrations
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-web</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-jetbrickmvc</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-springmvc</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-jfinal</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-jfinal3</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-jodd</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-struts</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-nutz</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template-jetbrickmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template-jfinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template-jodd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template-nutz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions jetbrick-template-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jetbrick-template-parent</artifactId>
<groupId>com.github.subchen</groupId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetbrick-template-shiro</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion jetbrick-template-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template-struts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jetbrick-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>jetbrick-template-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit c34dfd7

Please sign in to comment.