This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git

commit 7115216f364c4f263b63c23e0e6b003fed7e152a
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Oct 17 16:32:03 2024 +0200

    Switch scm URL to gitbox
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9693654..55ae57b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</developerConnection>
-    <url>scm:git:https://github.com/apache/turbine-archetypes</url>
+    
<url>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</url>
     <tag>HEAD</tag>
   </scm>
   
@@ -145,8 +145,8 @@
              </activation>
              <properties>
                  
<turbine_database_url>jdbc:mysql://localhost:3306/</turbine_database_url>
-                
<turbine_database_driver>com.mysql.cj.jdbc.Driver</turbine_database_driver>
-                
<connectionProperties>serverTimezone=${turbine_database_timezone}&amp;useSSL=false&amp;verifyServerCertificate=false&amp;requireSSL=false</connectionProperties>
+                  
<turbine_database_driver>com.mysql.cj.jdbc.Driver</turbine_database_driver>
+                  
<connectionProperties>serverTimezone=${turbine_database_timezone}&amp;useSSL=false&amp;verifyServerCertificate=false&amp;requireSSL=false</connectionProperties>
                 <db>mysql</db>
             </properties>
         </profile>

Reply via email to