Skip to content

Commit

Permalink
Merge branch 'release/4.0.3' of https://github.com/struts-community-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
sdutry committed Jan 8, 2017
2 parents b8258ae + 6b5f26c commit 4fc8b04
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@ Latest version which is compatible to Struts 2.3.x is version [3.7.1].
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-grid-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-datatables-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-richtext-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-tree-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-mobile-plugin</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
...
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<name>Struts 2 jQuery Plugin Parent Module</name>
<packaging>pom</packaging>
<url>https://github.com/struts-community-plugins/struts2-jquery</url>
Expand Down Expand Up @@ -74,7 +74,7 @@

<properties>
<currentVersion>${project.version}</currentVersion>
<struts2.version>2.5.5</struts2.version>
<struts2.version>2.5.8</struts2.version>
<tlib.version>2.3</tlib.version>
<minify.version>1.7.4</minify.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-archetypes</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-archetypes</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-archetypes</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-archetypes</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-chart-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-chart-plugin</artifactId>
<name>Struts 2 jQuery Chart Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-datatables-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-datatables-plugin</artifactId>
<name>Struts 2 jQuery DataTables Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-grid-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-grid-plugin</artifactId>
<name>Struts 2 jQuery Grid Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-grid-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-grid-showcase</artifactId>
<name>Struts 2 jQuery Grid Showcase</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-mobile-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-mobile-plugin</artifactId>
<name>Struts 2 jQuery Mobile Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-mobile-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-mobile-showcase</artifactId>
<name>Struts 2 jQuery Mobile Showcase</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-plugin</artifactId>
<name>Struts 2 jQuery Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-richtext-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-richtext-plugin</artifactId>
<name>Struts 2 jQuery Richtext Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-showcase</artifactId>
<name>Struts 2 jQuery Showcase</name>
Expand Down
2 changes: 1 addition & 1 deletion struts2-jquery-tree-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>struts2-jquery-tree-plugin</artifactId>
<name>Struts 2 jQuery Tree Plugin</name>
Expand Down

0 comments on commit 4fc8b04

Please sign in to comment.