Oops, completely not. Nice catch :) I'll put the old ones back in a bit (meeting/phonecall etc first).
Hen On 8/10/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
Did you mean for the updated activation and mail dependencies in commons-email to be included in this commit? -- Dennis Lundberg [EMAIL PROTECTED] wrote: > Author: bayard > Date: Wed Aug 9 22:09:05 2006 > New Revision: 430245 > > URL: http://svn.apache.org/viewvc?rev=430245&view=rev > Log: > Switching viewcvs url to viewvc > > Modified: > jakarta/commons/proper/chain/trunk/project.xml > jakarta/commons/proper/email/trunk/project.xml > jakarta/commons/proper/jelly/trunk/project.xml > jakarta/commons/proper/math/trunk/project.xml > jakarta/commons/proper/scxml/trunk/pom.xml > jakarta/commons/proper/scxml/trunk/project.xml > jakarta/commons/proper/validator/trunk/project.xml > jakarta/commons/proper/vfs/trunk/pom.xml > jakarta/commons/proper/vfs/trunk/project.xml > > Modified: jakarta/commons/proper/chain/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/chain/trunk/project.xml (original) > +++ jakarta/commons/proper/chain/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -52,7 +52,7 @@ > > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> > - <url>http://svn.apache.org/viewcvs.cgi</url> > + <url>http://svn.apache.org/viewvc</url> > </repository> > > <mailingLists> > > Modified: jakarta/commons/proper/email/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/email/trunk/project.xml (original) > +++ jakarta/commons/proper/email/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -51,7 +51,7 @@ > <distributionDirectory>/www/cvs.apache.org/dist/jakarta/commons/email/</distributionDirectory> > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/email/trunk</connection> > - <url>http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk</url> > + <url>http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk</url> > </repository> > <versions> > <version> > @@ -186,15 +186,15 @@ > </contributors> > <dependencies> > <dependency> > - <groupId>javamail</groupId> > - <artifactId>javamail</artifactId> > - <version>1.3.3</version> > + <groupId>javax.mail</groupId> > + <artifactId>mail</artifactId> > + <version>1.4</version> > <url>http://java.sun.com/products/javamail/</url> > </dependency> > <dependency> > - <groupId>activation</groupId> > + <groupId>javax.activation</groupId> > <artifactId>activation</artifactId> > - <version>1.0.2</version> > + <version>1.1</version> > <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url> > </dependency> > <dependency> > > Modified: jakarta/commons/proper/jelly/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/jelly/trunk/project.xml (original) > +++ jakarta/commons/proper/jelly/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -64,7 +64,7 @@ > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/jelly/trunk</connection> > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/jelly/trunk</developerConnection> > - <url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jelly/trunk</url> > + <url>http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk</url> > </repository> > <mailingLists> > <mailingList> > > Modified: jakarta/commons/proper/math/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/math/trunk/project.xml (original) > +++ jakarta/commons/proper/math/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -48,7 +48,7 @@ > <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory> > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> > - <url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk/</url> > + <url>http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/</url> > </repository> > <mailingLists> > <mailingList> > > Modified: jakarta/commons/proper/scxml/trunk/pom.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/pom.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/scxml/trunk/pom.xml (original) > +++ jakarta/commons/proper/scxml/trunk/pom.xml Wed Aug 9 22:09:05 2006 > @@ -44,7 +44,7 @@ > <scm> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/trunk</connection> > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/trunk</developerConnection> > - <url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/scxml/trunk</url> > + <url>http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk</url> > </scm> > > <mailingLists> > > Modified: jakarta/commons/proper/scxml/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/scxml/trunk/project.xml (original) > +++ jakarta/commons/proper/scxml/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -50,7 +50,7 @@ > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</developerConnection> > - <url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url> > + <url>http://svn.apache.org/viewvc/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url> > </repository> > > <mailingLists> > > Modified: jakarta/commons/proper/validator/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/validator/trunk/project.xml (original) > +++ jakarta/commons/proper/validator/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -56,7 +56,7 @@ > > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> > - <url>http://svn.apache.org/viewcvs.cgi</url> > + <url>http://svn.apache.org/viewvc</url> > </repository> > > <mailingLists> > > Modified: jakarta/commons/proper/vfs/trunk/pom.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/pom.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/vfs/trunk/pom.xml (original) > +++ jakarta/commons/proper/vfs/trunk/pom.xml Wed Aug 9 22:09:05 2006 > @@ -45,7 +45,7 @@ > <scm> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</connection> > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</developerConnection> > - <url>http://svn.apache.org/viewcvs.cgi</url> > + <url>http://svn.apache.org/viewvc</url> > </scm> > <developers> > <developer> > > Modified: jakarta/commons/proper/vfs/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.xml?rev=430245&r1=430244&r2=430245&view=diff > ============================================================================== > --- jakarta/commons/proper/vfs/trunk/project.xml (original) > +++ jakarta/commons/proper/vfs/trunk/project.xml Wed Aug 9 22:09:05 2006 > @@ -54,7 +54,7 @@ > <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/vfs/</distributionDirectory> > <repository> > <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</connection> > - <url>http://svn.apache.org/viewcvs.cgi</url> > + <url>http://svn.apache.org/viewvc</url> > </repository> > <mailingLists> > <mailingList> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
