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 2006/09/22 22:20:58 UTC

svn commit: r449071 - in /james/jspf/trunk: ./ repos/ repos/third-party-m1/ repos/third-party-m1/dnsjava/ repos/third-party-m1/dnsjava/jars/ repos/third-party-m1/dnsjava/poms/ repos/third-party-m1/log4j/ repos/third-party-m1/log4j/jars/ repos/third-par...

Author: bago
Date: Fri Sep 22 13:20:58 2006
New Revision: 449071

URL: http://svn.apache.org/viewvc?view=rev&rev=449071
Log:
First step towards a secure (managed) maven2 build (JSPF-27).
This one does not include ibiblio libraries in the final package.

Added:
    james/jspf/trunk/repos/
    james/jspf/trunk/repos/third-party-m1/
    james/jspf/trunk/repos/third-party-m1/dnsjava/
    james/jspf/trunk/repos/third-party-m1/dnsjava/jars/
    james/jspf/trunk/repos/third-party-m1/dnsjava/jars/dnsjava-2.0.1.jar   (with props)
    james/jspf/trunk/repos/third-party-m1/dnsjava/poms/
    james/jspf/trunk/repos/third-party-m1/dnsjava/poms/dnsjava-2.0.1.pom
    james/jspf/trunk/repos/third-party-m1/log4j/
    james/jspf/trunk/repos/third-party-m1/log4j/jars/
    james/jspf/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar   (with props)
    james/jspf/trunk/repos/third-party-m1/org.jvyaml/
    james/jspf/trunk/repos/third-party-m1/org.jvyaml/jars/
    james/jspf/trunk/repos/third-party-m1/org.jvyaml/jars/jvyaml-0.1.jar   (with props)
Modified:
    james/jspf/trunk/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?view=diff&rev=449071&r1=449070&r2=449071
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Fri Sep 22 13:20:58 2006
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <name>Apache JAMES jSPF</name>
   <version>0.9-SNAPSHOT</version>
@@ -91,25 +91,38 @@
   <!-- temporary to support simpler deploy -->
   <repositories>
     <repository>
-      <!--
       <id>local-jspf-3rd-party-m1</id>
       <name>Local jSPF third party repository</name>
       <url>file://${basedir}/repos/third-party-m1</url>
-      -->
-      <id>bago-dist-m1</id>
-      <name>Temporary Repository</name>
-      <url>http://people.apache.org/~bago/maven/dist-m1</url>
       <layout>legacy</layout>
-      <!--
       <releases>
         <enabled>true</enabled>
         <checksumPolicy>ignore</checksumPolicy>
       </releases>
-      -->
       <snapshots>
         <enabled>true</enabled>
         <checksumPolicy>ignore</checksumPolicy>
       </snapshots>
+    </repository>
+    
+    <repository>
+      <id>central</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
     </repository>
   </repositories>
 

Added: james/jspf/trunk/repos/third-party-m1/dnsjava/jars/dnsjava-2.0.1.jar
URL: http://svn.apache.org/viewvc/james/jspf/trunk/repos/third-party-m1/dnsjava/jars/dnsjava-2.0.1.jar?view=auto&rev=449071
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/repos/third-party-m1/dnsjava/jars/dnsjava-2.0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jspf/trunk/repos/third-party-m1/dnsjava/poms/dnsjava-2.0.1.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/repos/third-party-m1/dnsjava/poms/dnsjava-2.0.1.pom?view=auto&rev=449071
==============================================================================
--- james/jspf/trunk/repos/third-party-m1/dnsjava/poms/dnsjava-2.0.1.pom (added)
+++ james/jspf/trunk/repos/third-party-m1/dnsjava/poms/dnsjava-2.0.1.pom Fri Sep 22 13:20:58 2006
@@ -0,0 +1,15 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>dnsjava</groupId>
+  <artifactId>dnsjava</artifactId>
+  <name>dnsjava</name>
+  <version>2.0.1</version>
+  <packaging>jar</packaging>
+  <url>http://www.dnsjava.org</url>
+  <licenses>
+    <license>
+      <name>BSD license</name>
+      <url>http://www.dnsjava.org/README</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file

Added: james/jspf/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar
URL: http://svn.apache.org/viewvc/james/jspf/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar?view=auto&rev=449071
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jspf/trunk/repos/third-party-m1/org.jvyaml/jars/jvyaml-0.1.jar
URL: http://svn.apache.org/viewvc/james/jspf/trunk/repos/third-party-m1/org.jvyaml/jars/jvyaml-0.1.jar?view=auto&rev=449071
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/repos/third-party-m1/org.jvyaml/jars/jvyaml-0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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