Skip to content

Commit

Permalink
Updated Freemarker to 2.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jul 28, 2013
1 parent 7574285 commit 941d368
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Moqui Framework Release Notes

===========================================================================
Release 1.3.0 - Planned for 27 July 2013
Release 1.3.0 - 27 July 2013
===========================================================================

Moqui Framework 1.3.0 is a major new feature and bug fix release. The major
Expand All @@ -26,8 +26,8 @@ New Features:
- Updated Gradle build files to work with Gradle 1.6 (may not work with
earlier versions)
- Updated Apache Camel to 2.11.1, Apache Commons Validator to 1.4.0,
Apache Derby to 10.10.1.1, ehcache to 2.7.2, Groovy to 2.1.6,
Quartz Scheduler to 2.1.7
Apache Derby to 10.10.1.1, ehcache to 2.7.2, Freemarker to 2.3.20,
Groovy to 2.1.6, Quartz Scheduler to 2.1.7
- Added ElasticSearch 0.90.2 and Lucene 4.3.1 ElasticSearch files are under
runtime/elasticsearch and it is initialized and destroyed with the rest
of the framework
Expand Down
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {

compile name: 'ehcache', version: '2.7.2' // Apache 2.0
compile name: 'esapi', version: '2.0.1' // New BSD
compile name: 'freemarker', version: '2.3.19' // BSD
compile name: 'freemarker', version: '2.3.20' // BSD

compile name: 'geronimo-j2ee-connector_1.5_spec', version: '' // Apache 2.0
compile name: 'geronimo-jms_1.1_spec', version: '1.0' // Apache 2.0
Expand Down
Binary file removed framework/lib/freemarker-2.3.19.jar
Binary file not shown.
Binary file added framework/lib/freemarker-2.3.20.jar
Binary file not shown.

0 comments on commit 941d368

Please sign in to comment.