Author: mck
Date: Mon Jul  4 20:35:40 2011
New Revision: 1142798

URL: http://svn.apache.org/viewvc?rev=1142798&view=rev
Log:
correct distributionManagement urls

Modified:
    tiles/framework/trunk/pom.xml
    tiles/framework/trunk/tiles-autotag/pom.xml
    tiles/framework/trunk/tiles-eval/pom.xml
    tiles/framework/trunk/tiles-request/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=1142798&r1=1142797&r2=1142798&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Mon Jul  4 20:35:40 2011
@@ -45,18 +45,6 @@
     </scm>
 
     <ciManagement />
-    
-    <distributionManagement>
-        <repository>
-            <id>tiles-staging</id>
-            <name>Apache Tiles Staging Repository</name>
-            
<url>scp://people.apache.org/www/people.apache.org/builds/tiles-sandbox/${pom.version}/m2-staging-repository</url>
-        </repository>
-        <site>
-            <id>apache-site</id>
-            <url>scp://people.apache.org/www/tiles.apache.org/framework</url>
-        </site>
-    </distributionManagement>
 
     <modules>
         <module>tiles-request</module>
@@ -211,7 +199,7 @@
     </properties>
 
     <dependencies />
-    
+
     <profiles>
         <profile>
             <id>release</id>
@@ -282,7 +270,7 @@
                             </execution>
                         </executions>
                     </plugin>
-                     -->                    
+                     -->
                 </plugins>
             </build>
         </profile>

Modified: tiles/framework/trunk/tiles-autotag/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-autotag/pom.xml?rev=1142798&r1=1142797&r2=1142798&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-autotag/pom.xml (original)
+++ tiles/framework/trunk/tiles-autotag/pom.xml Mon Jul  4 20:35:40 2011
@@ -38,4 +38,10 @@
             </plugins>
         </pluginManagement>
     </build>
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/tiles.apache.org/autotag</url>
+        </site>
+    </distributionManagement>
 </project>

Modified: tiles/framework/trunk/tiles-eval/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-eval/pom.xml?rev=1142798&r1=1142797&r2=1142798&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-eval/pom.xml (original)
+++ tiles/framework/trunk/tiles-eval/pom.xml Mon Jul  4 20:35:40 2011
@@ -30,4 +30,10 @@
        <modules>
                <module>tiles-eval-api</module>
        </modules>
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/tiles.apache.org/eval</url>
+        </site>
+    </distributionManagement>
 </project>
\ No newline at end of file

Modified: tiles/framework/trunk/tiles-request/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/pom.xml?rev=1142798&r1=1142797&r2=1142798&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-request/pom.xml (original)
+++ tiles/framework/trunk/tiles-request/pom.xml Mon Jul  4 20:35:40 2011
@@ -37,4 +37,10 @@
                        </plugins>
                </pluginManagement>
        </build>
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/tiles.apache.org/request</url>
+        </site>
+    </distributionManagement>
 </project>
\ No newline at end of file


Reply via email to