8 Commits

Author SHA1 Message Date
Rossen Stoyanchev
ffcda56302 Update gradle plugins 2015-06-03 20:10:44 -04:00
Rossen Stoyanchev
840a41464d Ensure spring-js-resources -sources and -javadoc jars
Apparently Maven central requires them:
https://docs.sonatype.org/display/Repository/Central+Sync+Requirements

Bintray validates that rule.
2014-01-24 16:46:42 -05:00
Rossen Stoyanchev
23a64d3a4a Upgrade to Tiles 2.2.2 (min for Spring Frmwrk 4) 2014-01-23 16:04:51 -05:00
Rossen Stoyanchev
0d99f72391 Upgrade to JSF/Mojarra 2.2
Issue: SWF-1613
2014-01-21 21:07:12 -05:00
Rossen Stoyanchev
25ac1cc797 Upgrade to Spring Security 3.2.0 2013-12-31 13:46:03 -05:00
Rossen Stoyanchev
f6bfa15565 Polish 2013-12-18 14:43:46 -05:00
Rossen Stoyanchev
42863a3b62 Upgrade to Spring Framework 4.0
The build now compiles with Servlet API 3.0 and JPA 2.0 both of which
are required with Spring Framework 4.0. However there are no hard
dependencies in Web Flow on either.

Issue: SWF-1600
2013-12-18 14:36:54 -05:00
Rossen Stoyanchev
cc4506d921 Replace Ant build with gradle
The master branch has been using Gradle for a while. The expectation
at the time was that minor maintenance releases can be done on 2.3.x
with the existing Ant build. However that is no longer possible to
perform a release and we need to perform a 2.3.3 release.

The change mirrors similar changes on the master branch:

4e81930b72
50a1cf1def

Issue: SWF-1615
2013-12-16 16:29:42 -05:00