Author: bago
Date: Wed Sep 26 03:08:32 2007
New Revision: 579560

URL: http://svn.apache.org/viewvc?rev=579560&view=rev
Log:
Updated m2 parent to the just release james-project-1.2: this should fix a 
website building skin issue.

Added:
    james/jsieve/trunk/stage/org.apache.james/poms/james-project-1.2.pom
    james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml   
(with props)
    
james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site_en.xml   
(with props)
Removed:
    james/jsieve/trunk/stage/org.apache.james/poms/james-project-1.1.pom
    james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.1-site.xml
    james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.1-site_en.xml
Modified:
    james/jsieve/trunk/pom.xml

Modified: james/jsieve/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=579560&r1=579559&r2=579560&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Wed Sep 26 03:08:32 2007
@@ -39,7 +39,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
-    <version>1.1</version>
+    <version>1.2</version>
   </parent>
   <url>http://james.apache.org/jsieve</url>
   <inceptionYear>2004</inceptionYear>
@@ -84,11 +84,11 @@
               -DartifactId=james-parent 
               -Dversion=1.1
            mvn -fignorepom.xml install:install-file 
-              -Dfile=stage\org.apache.james\poms\james-project-1.1.pom 
+              -Dfile=stage\org.apache.james\poms\james-project-1.2.pom 
               -Dpackaging=pom 
               -DgroupId=org.apache.james 
               -DartifactId=james-project 
-              -Dversion=1.1
+              -Dversion=1.2
        -->
       <url>file://${basedir}/stage</url>
       <layout>legacy</layout>

Added: james/jsieve/trunk/stage/org.apache.james/poms/james-project-1.2.pom
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/stage/org.apache.james/poms/james-project-1.2.pom?rev=579560&view=auto
==============================================================================
--- james/jsieve/trunk/stage/org.apache.james/poms/james-project-1.2.pom (added)
+++ james/jsieve/trunk/stage/org.apache.james/poms/james-project-1.2.pom Wed 
Sep 26 03:08:32 2007
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-project</artifactId>
+  <name>Apache JAMES Project</name>
+  <version>1.2</version>
+  <description>
+    The Apache JAMES Project
+  </description>
+  
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-parent</artifactId>
+    <version>1.1</version>
+  </parent>
+
+  <modules>
+    <module>server</module>
+  </modules>
+  
+  <url>http://james.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <packaging>pom</packaging>
+
+  <dependencies>
+  </dependencies>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/JAMES</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <!-- Each project must override this with their own -->
+    <site>
+      <id>james-website</id>
+      <url>scp://minotaur.apache.org/www/james.apache.org/</url>
+    </site>
+  </distributionManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache James Website Developement</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>[EMAIL PROTECTED]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive>
+    </mailingList>
+  </mailingLists>
+  
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-project-1.2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-project-1.2</developerConnection>
+    
<url>http://svn.apache.org/viewvc/james/project/tags/james-project-1.2</url>
+  </scm>
+</project>
\ No newline at end of file

Added: james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml?rev=579560&view=auto
==============================================================================
--- james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml 
(added)
+++ james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml 
Wed Sep 26 03:08:32 2007
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Project">
+  <bannerLeft>
+    <name>James Project</name>
+    <src>images/james-project-logo.gif</src>
+    <href>http://james.apache.org/index.html</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/index.html</href>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.james</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.1</version>
+  </skin>
+  <body>
+    <links>
+      <item name="JAMES Project" href="/index.html" />
+      <item name="Server" href="/server/index.html" />
+      <item name="Mailet API" href="/mailet/index.html" />
+      <item name="jSPF" href="/jspf/index.html" />
+      <item name="Mime4J" href="/mime4j/index.html" />
+      <item name="JSieve" href="/jsieve/index.html" />
+      <item name="Postage" href="/postage/index.html" />
+    </links>
+    <menu name="Sub Projects">
+      <item name="Server" href="/server/index.html" />
+      <item name="Mailet API" href="/mailet/index.html" />
+      <item name="jSPF" href="/jspf/index.html" />
+      <item name="Mime4J" href="/mime4j/index.html" />
+      <item name="JSieve" href="/jsieve/index.html" />
+      <item name="Postage" href="/postage/index.html" />
+    </menu>
+    <menu name="About">
+      <item name="News" href="/newsarchive.html" />
+      <item name="Overview" href="/index.html" />
+      <item name="Mailing Lists" href="/mail.html" />
+      <item name="Project Guidelines" href="/guidelines.html" />
+      <item name="Wiki" href="http://wiki.apache.org/james"; />
+      <item name="Who We Are" href="/weare.html" />
+      <item name="Contributing" href="/contribute.html" />
+      <item name="Standards" href="/code-standards.html" />
+      <item name="License" href="/license.html" />
+    </menu>
+    <menu name="Downloads" inherit="bottom">
+      <item name="Stable releases" href="/download.cgi" />
+      <item name="Unstable releases" href="/downloadunstable.cgi" />
+      <item name="Nightly builds" 
href="http://people.apache.org/builds/james/nightly/"; />
+    </menu>
+    <menu name="Translated">
+      <item name="Japanese (web)" href="http://james.terra-intl.com/"; />
+    </menu>
+    <menu name="Related Projects">
+      <item name="Jakarta Commons" 
href="http://jakarta.apache.org/commons/index.html"; />
+      <item name="Ant" href="http://ant.apache.org/index.html"; />
+      <item name="Maven2" href="http://maven.apache.org/index.html"; />
+      <item name="Derby" href="http://db.apache.org/derby/index.html"; />
+      <item name="Avalon" href="http://avalon.apache.org/index.html"; />
+      <item name="DNSJava" href="http://www.dnsjava.org/index.html"; />
+    </menu>
+    <menu name="Useful Information">
+      <item name="Get Involved" 
href="http://jakarta.apache.org/site/getinvolved.html"; />
+      <item name="Reference Library" 
href="http://jakarta.apache.org/site/library.html"; />
+      <item name="Apache" href="http://apache.org/foundation/faq.html"; />
+    </menu>
+  </body>
+</project>
\ No newline at end of file

Propchange: 
james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site_en.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site_en.xml?rev=579560&view=auto
==============================================================================
    (empty)

Propchange: 
james/jsieve/trunk/stage/org.apache.james/xmls/james-project-1.2-site_en.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to