Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release/4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jogep committed Dec 6, 2016
2 parents cc53e5e + 7b40c74 commit 880b1e9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,40 @@ A Plugin for the popular java web framework struts2 to provide ajax functionalit

Since version 1.8.3 the plugin is found in the central Maven repository. Just add to your dependencies section:

Current Apache Struts 2.5 compatible version is [4.0.1-SNAPSHOT] (https://oss.sonatype.org/content/repositories/snapshots/com/jgeppert/struts2/jquery/).
Latest version which is compatible to Struts 2.3.x is version [3.7.1].

```xml
<dependencies>
...
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-plugin</artifactId>
<version>3.7.1</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-grid-plugin</artifactId>
<version>3.7.1</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-datatables-plugin</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-richtext-plugin</artifactId>
<version>3.7.1</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-tree-plugin</artifactId>
<version>3.7.1</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery-mobile-plugin</artifactId>
<version>3.7.1</version>
<version>4.0.1</version>
</dependency>
...
</dependencies>
Expand Down

0 comments on commit 880b1e9

Please sign in to comment.