Author: dennisl Date: Sun Dec 19 21:54:15 2010 New Revision: 1050951 URL: http://svn.apache.org/viewvc?rev=1050951&view=rev Log: [MCHANGES-72] Build Failure using IBM JDK 1.4.2 SR7
o Upgrade the plexus-mail-sender-* components to the latest version, hoping it will make a difference. It includes improvement to SSL handling. Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1050951&r1=1050950&r2=1050951&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Dec 19 21:54:15 2010 @@ -131,47 +131,39 @@ under the License. <version>1.0-alpha-9-stable-1</version> </dependency> <dependency> - <groupId>plexus</groupId> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-mail-sender-api</artifactId> - <version>1.0-alpha-2</version> + <version>1.0-alpha-7</version> <exclusions> <exclusion> - <groupId>plexus</groupId> - <artifactId>plexus-container-default</artifactId> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> - <groupId>plexus</groupId> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-mail-sender-javamail</artifactId> - <version>1.0-alpha-2</version> + <version>1.0-alpha-7</version> <exclusions> <exclusion> - <groupId>plexus</groupId> - <artifactId>plexus-container-default</artifactId> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> - <groupId>plexus</groupId> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-mail-sender-simple</artifactId> - <version>1.0-alpha-2</version> + <version>1.0-alpha-7</version> <exclusions> <exclusion> - <groupId>plexus</groupId> - <artifactId>plexus-container-default</artifactId> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> - <!-- forces use of javamail 1.4 since it's the only version available in the repo. We should remove this as soon - as the dependency in plexus-mail-sender-javamail will be updated - --> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4</version> - </dependency> - <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> <version>1.0-beta-7</version>