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 2007/09/21 15:50:09 UTC

svn commit: r578105 - in /james/jspf/trunk: ./ stage/org.apache.james/poms/ stage/org.apache.james/xmls/

Author: bago
Date: Fri Sep 21 06:50:08 2007
New Revision: 578105

URL: http://svn.apache.org/viewvc?rev=578105&view=rev
Log:
update parent project to the 1.2 "staged" release.

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

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=578105&r1=578104&r2=578105&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Fri Sep 21 06:50:08 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
-    <version>1.1</version>
+    <version>1.2</version>
     <!-- Either this really points to the james-project/pom.xml or you
          will have to tune the local repository, later, in this file -->
     <relativePath>../james-project/project/pom.xml</relativePath>

Added: james/jspf/trunk/stage/org.apache.james/poms/james-project-1.2.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/org.apache.james/poms/james-project-1.2.pom?rev=578105&view=auto
==============================================================================
--- james/jspf/trunk/stage/org.apache.james/poms/james-project-1.2.pom (added)
+++ james/jspf/trunk/stage/org.apache.james/poms/james-project-1.2.pom Fri Sep 21 06:50:08 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>site-dev-subscribe@james.apache.org</subscribe>
+      <unsubscribe>site-dev-unsubscribe@james.apache.org</unsubscribe>
+      <post>site-dev@james.apache.org</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/jspf/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml?rev=578105&view=auto
==============================================================================
--- james/jspf/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml (added)
+++ james/jspf/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml Fri Sep 21 06:50:08 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/jspf/trunk/stage/org.apache.james/xmls/james-project-1.2-site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

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

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



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