Author: bago Date: Wed Oct 4 11:30:45 2006 New Revision: 452966 URL: http://svn.apache.org/viewvc?view=rev&rev=452966 Log: Updated the build definitions for the previous commit (javamail upgrade) (JAMES-52, JAMES-410)
Modified: james/server/trunk/check-targets.properties james/server/trunk/pom.xml Modified: james/server/trunk/check-targets.properties URL: http://svn.apache.org/viewvc/james/server/trunk/check-targets.properties?view=diff&rev=452966&r1=452965&r2=452966 ============================================================================== --- james/server/trunk/check-targets.properties (original) +++ james/server/trunk/check-targets.properties Wed Oct 4 11:30:45 2006 @@ -14,7 +14,7 @@ cddl.license=Sun CDDL # JavaMail -javamail.version=1.4 +javamail.version=1.4.1ea-SNAPSHOT javamail.name=mail javamail.id=${javamail.name}-${javamail.version} javamail.license=${cddl.license} Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?view=diff&rev=452966&r1=452965&r2=452966 ============================================================================== --- james/server/trunk/pom.xml (original) +++ james/server/trunk/pom.xml Wed Oct 4 11:30:45 2006 @@ -106,6 +106,14 @@ </snapshots> </repository> --> + + <repository> + <id>java.net</id> + <name>Java Net main repository</name> + <url>https://maven-repository.dev.java.net/nonav/repository/</url> + <snapshots><enabled>true</enabled></snapshots> + <layout>legacy</layout> + </repository> <repository> <id>ibiblio</id> @@ -142,7 +150,7 @@ <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> - <version>1.4</version> + <version>1.4.1ea-SNAPSHOT</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]