Skip to content

Commit

Permalink
Adds HTTPS to URLS
Browse files Browse the repository at this point in the history
Signed-off-by: Andres LeonRangel <[email protected]>
  • Loading branch information
aleon1220 committed Dec 9, 2023
1 parent 6db018c commit 103acc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.soa</groupId>
<artifactId>AttendWebApp</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>Class Attendance WebApp</name>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>

<repositories>
<repository>
<id>prime-repo</id>
<name>PrimeFaces Maven Repository</name>
<url>http://repository.primefaces.org</url>
<url>https://repository.primefaces.org</url>
<layout>default</layout>
</repository>
</repositories>
Expand Down Expand Up @@ -119,7 +119,7 @@
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://localhost:8080/manager/text</url>
<url>https://itlatinos.net:8080/manager/text</url>
<server>TomcatServer</server>
<path>/AttendWebApp</path>
</configuration>
Expand Down

0 comments on commit 103acc0

Please sign in to comment.