Skip to content

Commit

Permalink
update cms ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Mar 27, 2023
1 parent f68f493 commit a67aba2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 0 additions & 3 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
</modules>

<properties>
<!-- admin user default credentials for autoInstallBundle profile -->
<sling.user>${websight.admin.username}</sling.user>
<sling.password>${websight.admin.password}</sling.password>

<!-- plugins -->
<bnd.version>6.2.0</bnd.version>
Expand Down
4 changes: 1 addition & 3 deletions content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<properties>
<sling.install.package.username>${websight.admin.username}</sling.install.package.username>
<sling.install.package.password>${websight.admin.password}</sling.install.package.password>
<sling.install.package.host>localhost</sling.install.package.host>
<sling.install.package.port>8080</sling.install.package.port>
<sling.install.package.path>/apps/websight-package-manager-service/bin/install</sling.install.package.path>
</properties>

Expand Down Expand Up @@ -62,7 +60,7 @@
<version>1.0.4</version>
<configuration>
<targetURL>
http://${sling.install.package.host}:${sling.install.package.port}/apps/websight-package-manager-service/bin/install
http://${sling.host}:${sling.port}/apps/websight-package-manager-service/bin/install
</targetURL>
<verbose>true</verbose>
<failOnError>true</failOnError>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
<sling.feature.launcher.version>1.2.4</sling.feature.launcher.version>

<classifier>typerefinery-websight</classifier>

<!-- admin user default credentials for autoInstallBundle profile -->
<sling.port>8113</sling.port>
<sling.host>localhost</sling.host>
<sling.user>${websight.admin.username}</sling.user>
<sling.password>${websight.admin.password}</sling.password>
<sling.url>http://${sling.host}:${sling.port}/system/console</sling.url>

</properties>

<dependencyManagement>
Expand Down
4 changes: 1 addition & 3 deletions tests/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<properties>
<sling.install.package.username>${websight.admin.username}</sling.install.package.username>
<sling.install.package.password>${websight.admin.password}</sling.install.package.password>
<sling.install.package.host>localhost</sling.install.package.host>
<sling.install.package.port>8080</sling.install.package.port>
<sling.install.package.path>/apps/websight-package-manager-service/bin/install</sling.install.package.path>
</properties>

Expand Down Expand Up @@ -63,7 +61,7 @@
<version>1.0.4</version>
<configuration>
<targetURL>
http://${sling.install.package.host}:${sling.install.package.port}/apps/websight-package-manager-service/bin/install
http://${sling.host}:${sling.port}/apps/websight-package-manager-service/bin/install
</targetURL>
<verbose>true</verbose>
<failOnError>true</failOnError>
Expand Down

0 comments on commit a67aba2

Please sign in to comment.