Skip to content

Commit

Permalink
trivial: fix user name parameter for content-package-m-p
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Aug 27, 2024
1 parent 3ba2f35 commit 99b745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accesscontroltool-exampleconfig-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</goals>
<configuration>
<targetURL>http://${publish.crx.host}:${publish.crx.port}/crx/packmgr/service.jsp</targetURL>
<username>${publish.crx.username}</username>
<userId>${publish.crx.username}</userId>
<password>${publish.crx.password}</password>
</configuration>
</execution>
Expand Down

0 comments on commit 99b745e

Please sign in to comment.