Skip to content

Commit d51624d

Browse files
committed
Some typo fixes in changelog
1 parent 5105d91 commit d51624d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For certificate passwords there are separate properties ("password" and "passwor
102102
...
103103
"update": {
104104
"file": "cert/server.p12",
105-
"password-property": "property.name", <3>
105+
"password-property": "property.name", <2>
106106
"type": "p12"
107107
}
108108
----
@@ -240,8 +240,8 @@ $ mvn package -Daxway.config.props.files=c.json,d.json
240240
The files are used in the following order:
241241

242242
1. File specified by `axway.config.props` property.
243-
1. Files specified in the <configuration> element.
244-
1. Files specified by `axway.config.props.files` property.
243+
2. Files specified in the <configuration> element.
244+
3. Files specified by `axway.config.props.files` property.
245245

246246
If a property exists in the multiple property files the value of from the last property file is used.
247247

0 commit comments

Comments
 (0)