Skip to content

Commit ff1cdda

Browse files
authored
Merge pull request #16 from majguo/issue-15-rename-wasadmin-to-wsadmin
Rename wasadmin to wsadmin
2 parents 00892d2 + f54b6cc commit ff1cdda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.ibm.websphere.azure</groupId>
2222
<artifactId>azure.websphere-traditional.cluster</artifactId>
23-
<version>1.3.5</version>
23+
<version>1.3.6</version>
2424

2525
<parent>
2626
<groupId>com.microsoft.azure.iaas</groupId>

src/main/arm/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"name": "wasUsername",
206206
"type": "Microsoft.Common.TextBox",
207207
"label": "WebSphere administrator",
208-
"defaultValue": "wasadmin",
208+
"defaultValue": "wsadmin",
209209
"toolTip": "Use only allowed characters.",
210210
"constraints": {
211211
"required": true,

0 commit comments

Comments
 (0)