Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16250ec commit 6b5cbffCopy full SHA for 6b5cbff
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.0.0:
2
+
3
+### Bug
4
5
+- [COOK-3306]: Multiple Memory Leaks in Application Cookbook
6
7
## v1.1.0:
8
9
### Bug
metadata.rb
@@ -4,11 +4,10 @@
license "Apache 2.0"
description "Deploys and configures Java-based applications"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.1.1"
+version "2.0.0"
%w{ java tomcat }.each do |cb|
10
depends cb
11
end
12
13
depends "application", "~> 3.0"
14
-
0 commit comments