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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6db498  Use https for urls
a6db498 is described below

commit a6db4984b897a54cf67962d6c4d084887b4ee244
Author: Jeffery Painter <[email protected]>
AuthorDate: Tue Jul 23 14:29:58 2019 -0400

    Use https for urls
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f5a829e..12983f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,17 +32,17 @@
 
   <name>Archetype - Turbine 5.0 WebApp</name>
   <description>This archetype sets up a web application project based on 
Apache Turbine 5.0</description>
-  <url>http://turbine.apache.org</url>
+  <url>https://turbine.apache.org</url>
 
   <inceptionYear>2011</inceptionYear>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-5.0/</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-5.0/</developerConnection>
-    
<url>http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-5.0/</url>
+    
<url>https://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-5.0/</url>
   </scm>
   
-<build>
+  <build>
     <extensions>
       <extension>
         <groupId>org.apache.maven.archetype</groupId>

Reply via email to