From b14564a35173d65b90fe6b56b828c97384abd171 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Mon, 25 Sep 2023 09:47:26 +0800
Subject: [PATCH] change html
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4f628a5..4eb06f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
- <url>http://repo.springsource.org/libs-milestone</url>
+ <url>https://repo.springsource.org/libs-milestone</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -21,7 +21,7 @@
<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>
@@ -394,7 +394,7 @@
<profile>
<id>test</id>
<properties>
- <profile.active>test</profile.active>
+ <profile.active>cq</profile.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
--
Gitblit v1.9.2