You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/07 09:26:18 UTC

svn commit: r582588 - in /myfaces/orchestra: tags/core-1_0/pom.xml tags/maven-1_0/pom.xml trunk/core15/pom.xml trunk/examples/pom.xml trunk/pom.xml trunk/sandbox/pom.xml

Author: imario
Date: Sun Oct  7 00:26:08 2007
New Revision: 582588

URL: http://svn.apache.org/viewvc?rev=582588&view=rev
Log:
fixed site distribution management

Modified:
    myfaces/orchestra/tags/core-1_0/pom.xml
    myfaces/orchestra/tags/maven-1_0/pom.xml
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/pom.xml
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/tags/core-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/pom.xml?rev=582588&r1=582587&r2=582588&view=diff
==============================================================================
--- myfaces/orchestra/tags/core-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/core-1_0/pom.xml Sun Oct  7 00:26:08 2007
@@ -186,6 +186,14 @@
 		</plugins>
 	</build>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Website</name>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-core</url>
+        </site>
+    </distributionManagement>
+
 	<reporting>
 
 		<plugins>
@@ -372,4 +380,4 @@
 		</profile>
 	</profiles>
 
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/orchestra/tags/maven-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/maven-1_0/pom.xml?rev=582588&r1=582587&r2=582588&view=diff
==============================================================================
--- myfaces/orchestra/tags/maven-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/maven-1_0/pom.xml Sun Oct  7 00:26:08 2007
@@ -116,11 +116,10 @@
 		<site>
 			<id>apache-site</id>
 			<name>Apache Website</name>
-			<url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra</url>
+			<url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-maven</url>
 		</site>
 	</distributionManagement>
 
-
 	<repositories>
 		<repository>
 			<id>apache-maven-snapshots</id>
@@ -213,4 +212,4 @@
 		<myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>
 	</properties>
 
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=582588&r1=582587&r2=582588&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Sun Oct  7 00:26:08 2007
@@ -185,6 +185,14 @@
 
 	</build>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Website</name>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-core15</url>
+        </site>
+    </distributionManagement>
+
 	<reporting>
 
 		<plugins>

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=582588&r1=582587&r2=582588&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Sun Oct  7 00:26:08 2007
@@ -312,6 +312,14 @@
 		</plugins>
 	</build>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Website</name>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-examples</url>
+        </site>
+    </distributionManagement>
+
 	<reporting>
 		<plugins>
 

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=582588&r1=582587&r2=582588&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Sun Oct  7 00:26:08 2007
@@ -25,4 +25,12 @@
 		<module>examples</module>
 	</modules>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Website</name>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra</url>
+        </site>
+    </distributionManagement>
+
 </project>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=582588&r1=582587&r2=582588&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Sun Oct  7 00:26:08 2007
@@ -188,6 +188,14 @@
 
 	</build>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Website</name>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-sandbox</url>
+        </site>
+    </distributionManagement>
+
 	<reporting>
 
 		<plugins>