Author: lukaszlenart
Date: Thu Mar 24 08:34:34 2011
New Revision: 1084875

URL: http://svn.apache.org/viewvc?rev=1084875&view=rev
Log:
Reformats code and changes url for repository with snapshots

Modified:
    struts/site/pom.xml

Modified: struts/site/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/site/pom.xml?rev=1084875&r1=1084874&r2=1084875&view=diff
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Thu Mar 24 08:34:34 2011
@@ -23,11 +23,11 @@
          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";>
 
-   <parent>
-      <groupId>org.apache.struts</groupId>
-      <artifactId>struts-master</artifactId>
-      <version>8</version>
-   </parent>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts-master</artifactId>
+        <version>8</version>
+    </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.struts</groupId>
@@ -41,32 +41,36 @@
     <!--        Project management section                                -->
     <!-- ################################################################ -->
 
-  <description>
-    Struts Site is the Apache Struts home page, covering all versions of 
Struts.
-  </description>
-
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/site/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/site</developerConnection>
-    <url>http://svn.apache.org/repos/asf/struts/site/</url>
-  </scm>
-
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Maven Repository (Snapshots and Test Builds)</name>
-      <url>http://people.apache.org/maven-snapshot-repository/</url>
-      <releases><enabled>true</enabled></releases>
-      <snapshots><enabled>true</enabled></snapshots>
-    </repository>
-  </repositories>
-
-  <distributionManagement>
-    <site>
-      <id>apache-site</id>
-      <url>scp://people.apache.org/www/struts.apache.org/</url>
-    </site>
-  </distributionManagement>
+    <description>
+        Struts Site is the Apache Struts home page, covering all versions of 
Struts.
+    </description>
+
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/site/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/site</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/site/</url>
+    </scm>
+
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Maven Repository (Snapshots and Test Builds)</name>
+            
<url>https://repository.apache.org/content/groups/snapshots-group/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/struts.apache.org/</url>
+        </site>
+    </distributionManagement>
 
     <build>
         <extensions>


Reply via email to