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 2009/10/12 16:56:24 UTC

svn commit: r824369 - in /james/jdkim/trunk: mailets/pom.xml main/pom.xml pom.xml

Author: bago
Date: Mon Oct 12 14:56:24 2009
New Revision: 824369

URL: http://svn.apache.org/viewvc?rev=824369&view=rev
Log:
Trial/error for the maven site plugin and relative urls (JDKIM-5)

Modified:
    james/jdkim/trunk/mailets/pom.xml
    james/jdkim/trunk/main/pom.xml
    james/jdkim/trunk/pom.xml

Modified: james/jdkim/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/mailets/pom.xml?rev=824369&r1=824368&r2=824369&view=diff
==============================================================================
--- james/jdkim/trunk/mailets/pom.xml (original)
+++ james/jdkim/trunk/mailets/pom.xml Mon Oct 12 14:56:24 2009
@@ -10,7 +10,7 @@
   <artifactId>apache-jdkim-mailets</artifactId>
   <name>jDKIM Mailets for Apache James</name>
   <version>0.1-SNAPSHOT</version>
-  <url>http://james.apache.org/jdkim/mailets</url>
+  <url>http://james.apache.org/jdkim/mailets/</url>
   <description>
     Mailets integrating DKIM functions 
   </description>

Modified: james/jdkim/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/pom.xml?rev=824369&r1=824368&r2=824369&view=diff
==============================================================================
--- james/jdkim/trunk/main/pom.xml (original)
+++ james/jdkim/trunk/main/pom.xml Mon Oct 12 14:56:24 2009
@@ -32,7 +32,7 @@
   <description>
     A Java implementation for the DKIM specification.
   </description>
-  <url>http://james.apache.org/jdkim/main</url>
+  <url>http://james.apache.org/jdkim/main/</url>
   <inceptionYear>2008</inceptionYear>
 
   <distributionManagement>

Modified: james/jdkim/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=824369&r1=824368&r2=824369&view=diff
==============================================================================
--- james/jdkim/trunk/pom.xml (original)
+++ james/jdkim/trunk/pom.xml Mon Oct 12 14:56:24 2009
@@ -32,7 +32,7 @@
     <artifactId>james-project</artifactId>
     <version>1.3</version>
   </parent>
-  <url>http://james.apache.org/jdkim</url>
+  <url>http://james.apache.org/jdkim/</url>
   <inceptionYear>2009</inceptionYear>
   
   <modules>



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