File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
integration/java/com/formkiq/stacks/console/awstest
main/resources/cloudformation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def getCmdParam() {
2626repositories { mavenCentral() }
2727
2828allprojects {
29- version = ' 1.14.1 '
29+ version = ' 1.14.2 '
3030 ext. awsCognitoVersion = ' 1.5.3'
3131 group = ' com.formkiq.stacks'
3232
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ public void testS3Buckets() {
201201 */
202202 @ Test
203203 public void testSsmParameters () {
204- assertEquals ("v3.5.0 " ,
204+ assertEquals ("v3.5.1 " ,
205205 ssmService .getParameterValue ("/formkiq/" + appenvironment + "/console/version" ));
206206 assertTrue (ssmService .getParameterValue ("/formkiq/" + appenvironment + "/s3/Console" )
207207 .contains (appenvironment + "-console-" ));
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Parameters:
1717 ConsoleVersion :
1818 Type : String
1919 Description : Version of FormKiQ console to deploy
20- Default : v3.5.0
20+ Default : v3.5.1
2121
2222 FormKiQType :
2323 Description : The type of FormKiQ installation
You can’t perform that action at this time.
0 commit comments