Skip to content

Commit

Permalink
replace crx. with aem.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Dec 26, 2020
1 parent 61e6b7e commit b50da2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@
<artifactId>maven-sling-plugin</artifactId>
<version>2.1.0</version>
<configuration>
<user>${crx.username}</user>
<password>${crx.password}</password>
<user>${aem.username}</user>
<password>${aem.password}</password>
</configuration>
</plugin>
<!-- Content Package Plugin -->
Expand All @@ -351,8 +351,8 @@
<extensions>true</extensions>
<configuration>
<failOnError>true</failOnError>
<userId>${crx.username}</userId>
<password>${crx.password}</password>
<userId>${aem.username}</userId>
<password>${aem.password}</password>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse
Expand Down Expand Up @@ -418,4 +418,4 @@
</pluginManagement>
</build>

</project>
</project>

0 comments on commit b50da2e

Please sign in to comment.