Skip to content
Open
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>in.javahome</groupId>
<artifactId>myweb</artifactId>
<packaging>war</packaging>
<version>8.7.3</version>
<version>8.7.7</version>
<name>Java Home myweb</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -33,7 +33,7 @@

<repository>
<id>nexusRepo</id>
<url>http://44.210.238.199:8081/repository/myrepo/</url>
<url>http://35.171.22.193:8081/repository/Myrepo/</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
<!-- Hero -->
<section class="hero" role="img" aria-label="Hero banner">
<div class="container">
<h1>Summer Collection Premium Picks</h1>
<h1>Rainy Collection 2026 Premium Picks</h1>
<p>Discover the latest trends in fashion, technology and accessories — curated just for you. Enjoy limited-time deals and free shipping on selected items.</p>
<div>
<button class="btn btn-primary" id="shopNow">Shop Now <em class="fas fa-arrow-right"></em></button>
Expand Down