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 545034c commit aba8cf3Copy full SHA for aba8cf3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.0.4:
2
+
3
+* [COOK-2271] - ValidationFailed error in `java_webapp` provider
4
5
## v1.0.2:
6
7
* [COOK-1680] - Add deploy action (alias for create) to `java_remote_file`
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Deploys and configures Java-based applications"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.0.2"
+version "1.0.4"
8
9
%w{ application java tomcat }.each do |cb|
10
depends cb
0 commit comments