Skip to content

Commit 9cf77ea

Browse files
committed
#63 Fixed documentation inaccuracy
1 parent e39f177 commit 9cf77ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Please refer to the following usage example for the parameters descriptions:
8181
<!-- -DdbUser="user" -->
8282
<dbUser>user</dbUser>
8383
<!-- Database connection password. -->
84-
<!-- -DdbPassword="password" -->
84+
<!-- -DdbPass="password" -->
8585
<dbPass>password</dbPass>
8686
</properties>
8787

@@ -207,7 +207,7 @@ Please refer to the following usage example for the parameters descriptions:
207207
<!-- See coverage reporting options in framework documentation. -->
208208
<sourcesOwner>code_owner</sourcesOwner>
209209
<sourcesRegexExpression>.*/\w+/(\w+)/(\w+)\.\w{3}</sourcesRegexExpression>
210-
<sourcesOwnerSubexpression>app</sourcesOwnerSubexpression>
210+
<sourcesOwnerSubexpression>3</sourcesOwnerSubexpression>
211211
<sourcesNameSubexpression>2</sourcesNameSubexpression>
212212
<sourcesTypeSubexpression>1</sourcesTypeSubexpression>
213213
<sourcesCustomTypeMapping>

0 commit comments

Comments
 (0)