Skip to content

Commit

Permalink
Added guice 4.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbauer committed May 16, 2015
1 parent d8cd138 commit 8b9055a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ninja-core/src/site/markdown/developer/changelog.md
@@ -1,8 +1,10 @@
Version 5.1.2
=============

* 2015-05-07 (PR #350) Added ninja.idle.timeout command line parameter for standalone mode (raptaml)
* 2015-05-16 Update to Guice 4.0 final (ra)
* 2015-05-10 Replaced net.sf.ehcache.internal with net.sf.ehcache to fix #352 (ra)
* 2015-05-08 Added NinjaException.getHttpStatus() (icoloma)
* 2015-05-07 (PR #350) Added ninja.idle.timeout command line parameter for standalone mode (raptaml)

Version 5.1.1
=============
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -62,7 +62,7 @@
<jetty.version>9.2.10.v20150310</jetty.version>
<hibernate.version>4.3.8.Final</hibernate.version>
<jackson.version>2.5.1</jackson.version>
<guice.version>4.0-beta5</guice.version>
<guice.version>4.0</guice.version>
<metrics.version>3.1.1</metrics.version>
<!-- Formatting options for Netbeans IDE -->
<org-netbeans-modules-editor-indent.CodeStyle.usedProfile>project</org-netbeans-modules-editor-indent.CodeStyle.usedProfile>
Expand Down

0 comments on commit 8b9055a

Please sign in to comment.