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 18:38:02 UTC

svn commit: r582644 - in /myfaces/orchestra/trunk: core/pom.xml maven/pom.xml

Author: imario
Date: Sun Oct  7 09:38:00 2007
New Revision: 582644

URL: http://svn.apache.org/viewvc?rev=582644&view=rev
Log:
backport pom changes from 1.0 tag

Modified:
    myfaces/orchestra/trunk/core/pom.xml
    myfaces/orchestra/trunk/maven/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=582644&r1=582643&r2=582644&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Sun Oct  7 09:38:00 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/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=582644&r1=582643&r2=582644&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Sun Oct  7 09:38:00 2007
@@ -116,7 +116,7 @@
 		<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>
 
@@ -213,4 +213,4 @@
 		<myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>
 	</properties>
 
-</project>
\ No newline at end of file
+</project>



Re: svn commit: r582644 - in /myfaces/orchestra/trunk: core/pom.xml maven/pom.xml

Posted by simon <si...@chello.at>.
On Sun, 2007-10-07 at 19:22 +0200, Mario Ivankovits wrote:
> Wendy Smoak schrieb:
> > This should be 'people.apache.org'  (not minotaur).  -Wendy
> >   
> It is the same machine, no?

Yep. However "people.apache.org" is the logical service name while
"minotaur" is the host that the service happens to run on at the moment.

people.apache.org may be moved, eg if minotaur crashes or a better
machine becomes available.


Re: svn commit: r582644 - in /myfaces/orchestra/trunk: core/pom.xml maven/pom.xml

Posted by Mario Ivankovits <ma...@ops.co.at>.
Wendy Smoak schrieb:
> This should be 'people.apache.org'  (not minotaur).  -Wendy
>   
It is the same machine, no?

Anyway, I've changed it.
Thanks!

Ciao,
Mario


Re: svn commit: r582644 - in /myfaces/orchestra/trunk: core/pom.xml maven/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
This should be 'people.apache.org'  (not minotaur).  -Wendy

On 10/7/07, imario@apache.org <im...@apache.org> wrote:
> Author: imario
> Date: Sun Oct  7 09:38:00 2007
> New Revision: 582644
>
> URL: http://svn.apache.org/viewvc?rev=582644&view=rev
> Log:
> backport pom changes from 1.0 tag
>
> Modified:
>     myfaces/orchestra/trunk/core/pom.xml
>     myfaces/orchestra/trunk/maven/pom.xml
>
> Modified: myfaces/orchestra/trunk/core/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=582644&r1=582643&r2=582644&view=diff
> ==============================================================================
> --- myfaces/orchestra/trunk/core/pom.xml (original)
> +++ myfaces/orchestra/trunk/core/pom.xml Sun Oct  7 09:38:00 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/trunk/maven/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=582644&r1=582643&r2=582644&view=diff
> ==============================================================================
> --- myfaces/orchestra/trunk/maven/pom.xml (original)
> +++ myfaces/orchestra/trunk/maven/pom.xml Sun Oct  7 09:38:00 2007
> @@ -116,7 +116,7 @@
>                 <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>
>
> @@ -213,4 +213,4 @@
>                 <myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>
>         </properties>
>
> -</project>
> \ No newline at end of file
> +</project>
>
>
>