You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/08/06 14:15:37 UTC

svn commit: r683243 - in /james/project/trunk: pom.xml project/ project/pom.xml project/server/2.2.0/pom.xml project/server/pom.xml project/src/site/site.xml src/site/site.xml

Author: bago
Date: Wed Aug  6 05:15:36 2008
New Revision: 683243

URL: http://svn.apache.org/viewvc?rev=683243&view=rev
Log:
Updated internal dependencies.
Fix mave-site-plugin to 2.0-beta5 because newer plugins create issues (bad bannerLeft inheritance, bad site.xml descriptor deployed).

Modified:
    james/project/trunk/pom.xml
    james/project/trunk/project/   (props changed)
    james/project/trunk/project/pom.xml
    james/project/trunk/project/server/2.2.0/pom.xml
    james/project/trunk/project/server/pom.xml
    james/project/trunk/project/src/site/site.xml
    james/project/trunk/src/site/site.xml

Modified: james/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=683243&r1=683242&r2=683243&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Wed Aug  6 05:15:36 2008
@@ -48,6 +48,17 @@
     <url>http://www.apache.org</url>
   </organization>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-5</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Propchange: james/project/trunk/project/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Aug  6 05:15:36 2008
@@ -1 +1,3 @@
 target
+
+stage

Modified: james/project/trunk/project/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/pom.xml?rev=683243&r1=683242&r2=683243&view=diff
==============================================================================
--- james/project/trunk/project/pom.xml (original)
+++ james/project/trunk/project/pom.xml Wed Aug  6 05:15:36 2008
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <modules>

Modified: james/project/trunk/project/server/2.2.0/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/server/2.2.0/pom.xml?rev=683243&r1=683242&r2=683243&view=diff
==============================================================================
--- james/project/trunk/project/server/2.2.0/pom.xml (original)
+++ james/project/trunk/project/server/2.2.0/pom.xml Wed Aug  6 05:15:36 2008
@@ -34,11 +34,11 @@
   </parent>
   <url>http://james.apache.org/server/2.2.0/</url>
   <inceptionYear>2006</inceptionYear>
-
+  
   <distributionManagement>
     <site>
       <id>james-server-website</id>
-      <url>scp://minotaur.apache.org/www/james.apache.org/server/2.2.0/</url>
+      <url>scp://people.apache.org/www/james.apache.org/server/2.2.0/</url>
     </site>
   </distributionManagement>
 </project>
\ No newline at end of file

Modified: james/project/trunk/project/server/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/server/pom.xml?rev=683243&r1=683242&r2=683243&view=diff
==============================================================================
--- james/project/trunk/project/server/pom.xml (original)
+++ james/project/trunk/project/server/pom.xml Wed Aug  6 05:15:36 2008
@@ -41,7 +41,7 @@
   <distributionManagement>
     <site>
       <id>james-server-website</id>
-      <url>scp://minotaur.apache.org/www/james.apache.org/server/</url>
+      <url>scp://people.apache.org/www/james.apache.org/server/</url>
     </site>
   </distributionManagement>
   

Modified: james/project/trunk/project/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=683243&r1=683242&r2=683243&view=diff
==============================================================================
--- james/project/trunk/project/src/site/site.xml (original)
+++ james/project/trunk/project/src/site/site.xml Wed Aug  6 05:15:36 2008
@@ -34,7 +34,7 @@
   <skin>
     <groupId>org.apache.james</groupId>
     <artifactId>maven-skin</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </skin>
     
   <body>

Modified: james/project/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/src/site/site.xml?rev=683243&r1=683242&r2=683243&view=diff
==============================================================================
--- james/project/trunk/src/site/site.xml (original)
+++ james/project/trunk/src/site/site.xml Wed Aug  6 05:15:36 2008
@@ -20,7 +20,7 @@
 <project name="James Parent POM">
 
   <bannerLeft>
-    <name>James Project</name>
+    <name>James Parent</name>
     <src>images/james-project-logo.gif</src>
     <href>http://james.apache.org/index.html</href>
   </bannerLeft>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org