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/05/11 01:21:35 UTC

svn commit: r537037 - in /james/mime4j/trunk/stage/org.apache.james: jars/maven-skin-1.1-SNAPSHOT.jar poms/james-parent-1.1-SNAPSHOT.pom poms/james-project-1.1-SNAPSHOT.pom poms/maven-skin-1.1-SNAPSHOT.pom

Author: bago
Date: Thu May 10 16:21:34 2007
New Revision: 537037

URL: http://svn.apache.org/viewvc?view=rev&rev=537037
Log:
Update staged artifacts to latest james-project

Modified:
    james/mime4j/trunk/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar
    james/mime4j/trunk/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom
    james/mime4j/trunk/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom
    james/mime4j/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom

Modified: james/mime4j/trunk/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar?view=diff&rev=537037&r1=537036&r2=537037
==============================================================================
Binary files - no diff available.

Modified: james/mime4j/trunk/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom?view=diff&rev=537037&r1=537036&r2=537037
==============================================================================
--- james/mime4j/trunk/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom (original)
+++ james/mime4j/trunk/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom Thu May 10 16:21:34 2007
@@ -30,6 +30,11 @@
   <prerequisites>
     <maven>2.0.6</maven>
   </prerequisites>
+  
+  <modules>
+    <module>maven-skin</module>
+    <module>project</module>
+  </modules>
 
   <url>http://james.apache.org/</url>
   <inceptionYear>2006</inceptionYear>
@@ -158,12 +163,47 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>niklas</id>
+      <name>Niklas Therning</name>
+      <email>niklas(at)apache(dot)org</email>
+      <organization>Trillian AB</organization>
+    </developer>
+    <developer>
+      <id>jcheng</id>
+      <name>Joe Cheng</name>
+      <email>joe(at)joecheng(dot)com</email>
+      <properties>
+        <description>
+          Former author to the mime4j product
+        </description>
+      </properties>
+    </developer>
   </developers>
 
+  <contributors>
+    <contributor>
+      <name>Rob Oxspring</name>
+      <properties>
+        <description>
+          Contributed to the mime4j product
+        </description>
+      </properties>
+    </contributor>
+    <contributor>
+      <name>Roger Fullerton</name>
+      <properties>
+        <description>
+          Wrote spfjava, the first spf implementation in java
+        </description>
+      </properties>
+    </contributor>
+  </contributors>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/james/project/trunk/parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/project/trunk</url>
   </scm>
 
   <distributionManagement>
@@ -220,6 +260,26 @@
   </repositories>
   
   <profiles>
+    <!-- parent profile: used to find skin dependency in stage -->
+    <profile>
+      <id>parent</id>
+      <repositories>
+        <repository>
+          <id>local-james-parent-stage</id>
+          <name>Apache JAMES parent stage repository folder</name>
+          <url>file://${basedir}/stage</url>
+          <layout>legacy</layout>
+          <releases>
+            <enabled>true</enabled>
+            <checksumPolicy>ignore</checksumPolicy>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+            <checksumPolicy>ignore</checksumPolicy>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
     <!-- local profile: used to ignore remote repositories in a local build -->
     <profile>
       <id>local</id>

Modified: james/mime4j/trunk/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom?view=diff&rev=537037&r1=537036&r2=537037
==============================================================================
--- james/mime4j/trunk/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom (original)
+++ james/mime4j/trunk/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom Thu May 10 16:21:34 2007
@@ -31,7 +31,7 @@
     <groupId>org.apache.james</groupId>
     <artifactId>james-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <relativePath>parent/pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modules>
@@ -51,9 +51,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/james/project/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/project</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/project</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/project/trunk/project</url>
   </scm>
 
   <distributionManagement>

Modified: james/mime4j/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom?view=diff&rev=537037&r1=537036&r2=537037
==============================================================================
--- james/mime4j/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom (original)
+++ james/mime4j/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom Thu May 10 16:21:34 2007
@@ -30,7 +30,7 @@
     <groupId>org.apache.james</groupId>
     <artifactId>james-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
 



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