You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/06/18 19:13:58 UTC

svn commit: r415157 - in /tapestry/tapestry-site/trunk: maven-skin/pom.xml pom.xml

Author: jkuhnert
Date: Sun Jun 18 10:13:58 2006
New Revision: 415157

URL: http://svn.apache.org/viewvc?rev=415157&view=rev
Log:
Fixed deploy settings

Modified:
    tapestry/tapestry-site/trunk/maven-skin/pom.xml
    tapestry/tapestry-site/trunk/pom.xml

Modified: tapestry/tapestry-site/trunk/maven-skin/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/pom.xml?rev=415157&r1=415156&r2=415157&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Sun Jun 18 10:13:58 2006
@@ -7,15 +7,10 @@
     <version>1.0-SNAPSHOT</version>
     <name>Tapestry Site Skin</name>
     <description>Tapestry Maven2 Site Skin</description>
-
-    <distributionManagement>
-        <site>
-            <id>tapestry</id>
-            <url>scp://minotaur.apache.org/www/tapestry.apache.org/tapestry4/</url>
-        </site>
-        <repository>
-            <id>tapestry-repo</id>
-            <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
-        </repository>
-    </distributionManagement>
+    
+    <parent>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>tapestry-site</artifactId>
+        <version>4.1.0-SNAPSHOT</version>
+    </parent>
 </project>

Modified: tapestry/tapestry-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=415157&r1=415156&r2=415157&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Sun Jun 18 10:13:58 2006
@@ -11,7 +11,7 @@
     <description>Java web application framework.</description>
     <inceptionYear>2006</inceptionYear>
     <url>http://tapestry.apache.org</url>
-    
+
     <licenses>
         <license>
             <name>Apache Software License 2.0</name>
@@ -23,17 +23,19 @@
         <name>Apache Software Foundation</name>
         <url>http://www.apache.org</url>
     </organization>
-    
+
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/TAPESTRY</url>
     </issueManagement>
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/</developerConnection>
+        <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/tapestry/
+        </developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/tapestry/</url>
     </scm>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -42,7 +44,7 @@
             </plugin>
         </plugins>
     </build>
-    
+
     <reporting>
         <excludeDefaults>true</excludeDefaults>
         <plugins>
@@ -115,5 +117,14 @@
             <id>tapestry</id>
             <url>scp://minotaur.apache.org/www/tapestry.apache.org/</url>
         </site>
+        <repository>
+            <id>tapestry-repo</id>
+            <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>tapestry-snapshot-repo</id>
+            <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+        </snapshotRepository>
     </distributionManagement>
+
 </project>